andrew-aladev / custom-form-elements

[Abandoned] custom form elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

licensed under MIT.

If you need to customize any form elements on your page you should:
1) wrap form element and hide it
2) append custom structure to wrapper
3) implement similar behaviour to the form element
4) forward all events from custom structure to hidden form element

implemented:
1. select multiple

About

[Abandoned] custom form elements

License:MIT License


Languages

Language:JavaScript 96.2%Language:CSS 3.8%