UdashFramework / udash-core

Scala framework for building beautiful and maintainable web applications.
http://udash.io/
Apache License 2.0
443 stars 36 forks source link

Add other types of TextInput or make Input class extendable #1228

Open Tramziller opened 1 month ago

Tramziller commented 1 month ago

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?

mereszeta commented 1 month ago

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.

Regards, Grzegorz