v0.2.1
New
- New
input-class
support. The custom input class will be assigned to the<input type="text">
within the component. (#57, Thanks to @marufmax) - Add support to
placeholder
, just like other regular form elements (#55)
Improvements
Refined @click.stop
logic (#38)
Fixes
Fixes possible loader issue in some Webpack configs (#68, Thanks to @RaphaelJ)