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
My workaround to get input type="email" and other HTML inputs is right now to basically copy-paste all relevant code to my project and make the object myself...
Is there a possibility this could be fixed on udash level?
The text was updated successfully, but these errors were encountered:
Hi!
I would suggest introducing type="email" and also removing access modifier from abstract Input to allow introducing arbitrary input types. You can do that by forking the project and creating pull request with proposed changes, I'll be glad to review that for you.
My workaround to get input type="email" and other HTML inputs is right now to basically copy-paste all relevant code to my project and make the object myself...
Is there a possibility this could be fixed on udash level?
The text was updated successfully, but these errors were encountered: