Adding the native size attribute to the Input elements #6269
-
Is there a way to pass a custom "size" attribute to the native HTML input element in Mantine's inputs? Using the styles API for example we can add custom classes and inline styling to the input via For context I want the width of a given text input to be the character length of the current value. The width style does not track this well, but using a non-mantine component its easy to set |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It is not currently possible. I'll add this feature in one of the next releases. |
Beta Was this translation helpful? Give feedback.
It is not currently possible. I'll add this feature in one of the next releases.