Some input does not get required tooltip on submiting the form I have tested this with Select, MultiSelect and FileInput
is the native required prop supported for these inputs?
this is sandbox
https://codesandbox.io/s/optimistic-river-jiju6n
#Native required prop does not work with Select MultiSelect and FileInput
7 messages · Page 1 of 1 (latest)
No, some inputs do not support required prop
ok, thanks. but can you explain why required prop is not supported by these components won't be the code for the input field same for all inputs
🤔
Some inputs are not input elements, see source code
I saw the source code before both TextInput and Select Components are using input Component for input field am I missing something?
Select component input value is inferred from the label specified in data