mattzollinhofer/vue-typeahead-bootstrap

Supporting Valid/Invalid States

Opened this issue · 1 comments

Does this component support contextual states like bootstrap inputs do? Example here: https://bootstrap-vue.org/docs/components/form-input Is there a prop for this available, and if not, could one be created? Thanks very much!

You can use the input-class prop to manually set the is-valid and is-invalid classes.