Skip to content
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

More Vue2 style + bugfixes #8

Closed
wants to merge 5 commits into from
Closed

More Vue2 style + bugfixes #8

wants to merge 5 commits into from

Conversation

vizo
Copy link
Contributor

@vizo vizo commented Oct 20, 2016

All components that changes local property directly should be fixed... It is anti pattern of Vue2.
For now i fixed only alert.vue. More updates coming soon.

@vizo vizo closed this Oct 20, 2016
GregPeden added a commit that referenced this pull request Apr 13, 2017
pi0 pushed a commit that referenced this pull request Apr 21, 2017
* dropdown item Keyboard navigation for ARIA

More closely aligns with proposed Bootstrap V4 dropdown keyboard navigation. (similar to how native select elements work)

When dropdown opens, the dropdown menu is focused.  Keyboard up/down will navigate the dropdown list. tabbing out of the dropdown will close the dropdown (and focus the next element based on normal tab flow).  hitting ESC will also close the dropdown and refocus either the button or toggle button (depending on if the button is split or not).

Also made the .sr-only "Toggle Dropdown" text a prop (toggleText) to allow for different languages.

* Changed tabs to spaces

* Changed tabs to spaces

* fixed typo on toggleText prop

* Typo

* Better ES6 syntax

* Update dropdown.vue

* Revert for now

* Fixed feedback class, & change choosing target ID

Changed feedback text block from class 'form-text' to 'form-control-feedback' to convey state.

Added ARIA role="alert" to feedback div.

Changed the target select from first child of content to querySelector() of first input element in content ref.

* Fixed form-option disabled bug

Option `disabled` wasn't being factored into `formOptions()` computed result.

* Fixed form-option disabled bug 

Option disabled wasn't being factored into formOptions()

Return disabled = false if "falsey"

* Merging latest master commits (#6)

* Fix validation on 'offset' prop in Popover

* Add 'targetOffset' prop to Popover

* Fix lint tests - comment edit just included to permit commit

* Latest from master fork (#7)

* Fix validation on 'offset' prop in Popover

* Add 'targetOffset' prop to Popover

* Fix lint tests - comment edit just included to permit commit

* Revert "Latest from master fork (#7)" (#8)

This reverts commit 3222513.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant