-
Notifications
You must be signed in to change notification settings - Fork 83
How I can with Text Field use Type of the input element as valid HTML5 input type? need the manual (docs) #178
Comments
btw. with some IDEs you can go to the source pretty easy, that helped me really much with learning svelte. svelte-materialify/packages/svelte-materialify/src/components/TextField/TextField.svelte Line 109 in 8142883
In the case of the TextField, I also didn't know you could add the type until a few weeks ago, but it has a reason: We should really specify Oh and what type do you want to use? |
thanks. these are different questions in meaning. I don't want to use third-party elements. I will wait for these components to appear in this library. now I can use them as is. |
Time and Date are crucial for me. I don't know what projects do you use this awesome library but you can't get away without a date picker / a date input |
I will. Thanks for all your work making svelte-materialify. |
How I can Text Field use Type of the input element as valid HTML5 input type? as Material-UI https://material-ui.com/ru/api/text-field/
type | string | | Type of the input element. It should be a valid HTML5 input type.
I tried it and it work but need the manual (docs) about.
The text was updated successfully, but these errors were encountered: