Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

floatingLabelText overlaps text in the field when text is invalid and no errorText is specified #569

Closed
liyichao opened this issue Apr 24, 2015 · 2 comments
Labels
component: text field This is the name of the generic UI component, not the React module!

Comments

@liyichao
Copy link

 <TextField type='number' step='0.01' defaultValue={1} ref='critical' floatingLabelText='Critical ' />

When I type ss in the field, and move focus outside the field, the floatingLabel overlaps with ss.

When I type a number, it works.

The picture is the same as #563

@mmrtnz
Copy link
Contributor

mmrtnz commented Apr 24, 2015

I believe this has been fixed here (line 169 in text-field.jsx). If the issue is resolved after this change has been added, please close this issue. If the issue continues to exist, please mention so here.

@hai-cea
Copy link
Member

hai-cea commented Jun 18, 2015

@liyichao Please reopen if this is still an issue.

@hai-cea hai-cea closed this as completed Jun 18, 2015
@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 25, 2022
@zannager zannager added component: text field This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: text field This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

5 participants