You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Could you please help me to figure out how to add input field of type date?
I could use type text and play with the value but the reason for this is, I would like a date-picker that <input type="date" /> provides by default instead of relying on third party libs/packages.
I was thinking to use template property but I couldn't find any use case to refer.
Thanks
The text was updated successfully, but these errors were encountered:
tbuglc
changed the title
Input Field type date.
Input Field of type date.
Jul 3, 2017
Hello,
Could you please help me to figure out how to add input field of type date?
I could use type text and play with the value but the reason for this is, I would like a date-picker that
<input type="date" />
provides by default instead of relying on third party libs/packages.I was thinking to use
template
property but I couldn't find any use case to refer.Thanks
The text was updated successfully, but these errors were encountered: