-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[button-toolbar] New component b-button-toolbar #367
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
Conversation
Should I remove the keyboard navigation and toolbar option from b-button-group? or leave it in for now as deprecated? |
I think so. As button-group is just a helper for styling. Also it would be great if you can provide some docs. (Simply copy paste docs/components/button-group as a starting point) |
Will do. I'll remove the toolbar option from the |
Moved to new button-toolbar wrapper component
I've removed the toolbar features of |
* upstream/master: (220 commits) [button-toolbar] docs (bootstrap-vue#368) ESLint New component b-button-toolbar (bootstrap-vue#367) [link] fix click event [docs] navbar styling Refactor link mixin [button-group] fix toolbar keynav (bootstrap-vue#366) [Docs] ScrollSpy directive JSFiddle [Link] Small fixes [link] Allow both router links and regular links to co-exist in same document (bootstrap-vue#365) [pagination] ARIA attributes + Keyboard navigation (bootstrap-vue#364) [dropdown-item] explicit component reference (bootstrap-vue#361) Additional ARIA on navs and dropdown (bootstrap-vue#358) ESLint [docs] ScrollSpy [scrollspy] SSR fix v0.15.6 [modal] focusFirst timing tweak (bootstrap-vue#357) [scrollspy] documentation update [scrollspy] Documentation (bootstrap-vue#356) ...
Wrapper component for creating toolbars comprised of button-groups and/or input-groups.
Direct children elements should be
b-button-group
andb-input-group
components.Allows for optional keyboard navigation by setting prop
keyNav
totrue
(defaults tofalse
)