forked from buefy/buefy
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix [Taginput]: Vue Compat: deprecation INSTANCE_ATTRS_CLASS_STYLE (#16…
…) (#218) * feat(lib): add compat-fallthrough prop to Taginput - `Taginput` introduces a new prop `compat-fallthrough` which determines the `class`, `style`, and `id` attributes are applied to the root `<div>` element or the underlying `<b-autocomplete>` component. Since Vue 3 changed the fallthrough behavior, `Taginput` became incompatible with that of Buefy for Vue 2. The default value of this prop is given by the `defaultCompatFallthrough` config option that is `true` by default (compatible with Buefy for Vue 2). * test(lib): test Taginput fallthrough behavior - Adds test cases for the `compat-fallthrough` prop of `Taginput` * chore(docs): explain compat-fallthrough prop of Taginput * docs(CHANGELOG): explain compat-fallthrough prop of Taginput
- Loading branch information
Showing
4 changed files
with
57 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters