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

mdui-text-field number type covers text with label if value is not number #342

Open
he00741098 opened this issue Aug 13, 2024 · 0 comments

Comments

@he00741098
Copy link

Screencast.from.2024-08-12.19-40-19.mp4

Here is the basic html that I used.

         <mdui-text-field
          clearable
          type="number"
          variant="outlined"
          label="Starting Total number of Cu2+ in bath side"
          value="900"
          class="paramInput"></mdui-text-field>

Here is the css class

  .paramInput {
    margin-bottom: 10px;
    /* background-color: gray !important; */
  }
@he00741098 he00741098 changed the title mdui-text-field number type covers text with label if value is not text mdui-text-field number type covers text with label if value is not number Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant