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

HTML 5 required input #190

Closed
jwells967 opened this issue Sep 10, 2019 · 2 comments
Closed

HTML 5 required input #190

jwells967 opened this issue Sep 10, 2019 · 2 comments
Labels
question Further information is requested

Comments

@jwells967
Copy link
Contributor

would it be possible to include an option to use built in html 5 input required property to control validation rather than using the combination of successful and error-message

@iliyaZelenko
Copy link
Owner

@jwells967 can you try the input-el-custom-attributes prop?

:input-el-custom-attributes="{ required: true }"

I think this will put required attribute for <input>.

@iliyaZelenko iliyaZelenko added the question Further information is requested label Sep 10, 2019
@jwells967
Copy link
Contributor Author

Thank you, thank you! This is exactly what i needed!

The quick reply is greatly appreciated

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

No branches or pull requests

2 participants