Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tramziller opened this issue May 15, 2024 · 1 comment
Open

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

Tramziller opened this issue May 15, 2024 · 1 comment

Comments

@Tramziller
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants