-
-
Notifications
You must be signed in to change notification settings - Fork 174
Description
Missing feature is from
bootstrap-vue
Docs
Describe the missing feature
I just stumbled on this during the parity pass. I wouldn't rate this as a high-priority feature or even a v1 blocker (it wouldn't be a breaking change to add it in a minor version).
Keyboard navigation Enable optional keyboard navigation by setting the prop key-nav. Keypress Action Left or Up Move to the previous non-disabled item in the toolbar Right or Down Move to the next non-disabled item in the toolbar Shift+Left or Shift+Up Move to the first non-disabled item in the toolbar Shift+Right or Shift+Down Move to the last non-disabled item in the toolbar Tab Move to the next control on the page Shift+Tab Move to the previous control on the page Caution: If you have text or text-like inputs in your toolbar, leave keyboard navigation off, as it is not possible to use key presses to jump out of a text (or test-like) inputs.
Validations
- Have tested with the latest version. This is still alpha version and sometime things change rapidly.
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided link is to the documentation of the missing feature.