Skip to content

Add placeholder props

Compare
Choose a tag to compare
@moreta moreta released this 24 Feb 17:05
· 204 commits to main since this release

Now we can use placeholder prop

For issue #21

<basic-select :options="options"
                      :selected-option="item"
                      placeholder="select item" <<< hear!!
                      @select="onSelect">
</basic-select>