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

"Required" attribute broken #6

Open
inadarei opened this issue Jan 21, 2013 · 2 comments
Open

"Required" attribute broken #6

inadarei opened this issue Jan 21, 2013 · 2 comments

Comments

@inadarei
Copy link

Very nice plugin, Thanks for creating it.

There one minor problem: HTML5 and Bootstrap allow putting "required" attribute on the control. If user forgets to upload file Bootstrap displays a nice popup error to alert the user. When using your plugin that functionality gets broken.

@grevory
Copy link
Owner

grevory commented Jan 21, 2013

Thanks!

I will check into this when I get a chance.

@hyagli
Copy link

hyagli commented Jun 22, 2013

Example broken file upload field:

<a class="file-input-wrapper btn undefined">
    Choose File
    <input required type="file" name="pDOSYA" title="Choose File" style="left: -181.625px; top: 21px;">
    <label for="pDOSYA" class="error" style="">Choose File</label>
</a>

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

3 participants