-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce the bug
- Set up a custom theme, as described here (https://bootstrap-vue.org/docs/reference/theming)
- Before the imports, set the
$input-color
variable. - Use the b-form-tags element
- Type in the input portion of the element; it does not respect the
$input-color
variable.
Expected behavior
The typed text should appear in the $input-color
variable
Versions
Libraries:
- BootstrapVue: 2.21.2
- Bootstrap: 4.5.3
- Vue: 2.6.11
Environment:
- Device: Any
- OS: Any
- Browser: Any
- Version: Any
Demo link
If applicable, add a minimal demo link to help explain your problem. Some options for that are CodePen, CodeSandbox, JS Bin or JSFiddle.
You can also export markup from the Online Playground to CodePen, CodeSandbox or JSFiddle.
Additional context
Add any other context about the bug here.