Adam Hull

Results 24 issues of Adam Hull

browser-forms depends on newer APIs like querySelector. 1. Document which potentially unsupported APIs are used, so developers can roll their own polyfills. 2. Add a reference polyfill that can be...

Possibly scope selector to parent (form for field, field for widget).

Forms, fields and widgets. If no element is provided, build one from toHTML() markup and attach to that.

http package and dependencies should NOT be included

To reproduce: 1. Open up an example with password confirmation. 2. Type 'aaa' in password. 3. Type 'bbb' in confirm. 4. Error message appears. 5. Change password to 'bbb'. 6....

bug

Try typing 'bbb' into a number field. Looks like failures during field parsing (before validation) are swallowed silently. Might be an issue to push up to caolan/forms

Explore an API for disabling future form submissions after the first submission, with a hook to re-enable submissions on error. Ideally the API should not dictate transport. JSONP, XHR POST,...

Build an example app that validates client side, posts to an express server, validates again, and passes error messages back down.

Wrap a jQuery UI component in the widget interface as a proof of concept. Datepicker seems like a useful test peice.

Build a form using HTML5 inputs as both widgets and fields. Use setCustomValidity to show error messages, and placeholder text for labels.