Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Delegate input for validation is sometimes visible & may receive focus #22

Closed
rnicholus opened this issue Oct 25, 2014 · 0 comments
Closed
Labels
Milestone

Comments

@rnicholus
Copy link
Owner

In #19, a "dummy" input was created when form validation is required to ensure the (ajax-)form prevents submission if file-input is invalid. This is created as a 0x0 opaque text input, but may take up space in some cases. For example, if bootstrap's CSS file is imported, the input will include padding and a border.

The input also does not contain a negative tabindex value, so it may receive focus (it shouldn't).

@rnicholus rnicholus added the bug label Oct 25, 2014
@rnicholus rnicholus added this to the 1.1.2 milestone Oct 25, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant