vue-cool-select
vue-cool-select copied to clipboard
HTML5 "required" attribute as prop
Issue #190 explains a workaround by using input-el-custom-attributes
. I think required
is simple/common enough that it deserves its own prop. Thoughts?
Proposed usage:
<CoolSelect required />
Versus the current:
<CoolSelect input-el-custom-attributes="{required:true}" />
Good idea, I will do as time goes on.