Patternslib / Patterns

Library for quickly applying rich interaction patterns without the need to write any JavaScript.
http://patternslib.com
Other
103 stars 43 forks source link

Support Input outside form #1188

Open thet opened 11 months ago

thet commented 11 months ago

Support input elements outside a form element, like this:

<input name="text" form="main">
<form id="main" action=".">
</form>