-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
b-form-tags input type is always text #4644
b-form-tags input type is always text #4644
Comments
As stated in the docs: https://bootstrap-vue.org/docs/components/form-tags#form-tags
What types of inputs are you looking for? |
If you need, say a type Note that different types may use different events (or multiple events), i.e. number inputs may trigger on change (if using the spin buttons) instead of input. To emulate say a number input, you can pass a |
Of course I can do this, but I don't want to repeat the whole component only for changing input type. |
|
Describe the bug
Looks like input type of
b-form-tags
is hardcoded totext
. I can't change it viainput-props
.Expected behavior
input-props
should have ability to changetype
.Versions
Libraries:
Environment:
The text was updated successfully, but these errors were encountered: