0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/js/tests/visual
Patrick H. Lauke be80d26cdb Ensure button plugin sets/removes active class correctly on page load (#28952)
* Ensure correct active class is set on button toggles/checkboxes/radios on page load

Sanity check, ensures that the UI visually matches the actual values/states of controls. Also ensures that if any autocomplete/autofill happened, this is visually accounted for
by having the correct class set.

Includes unit tests (and `autocomplete` has been removed from these as it's no longer necessary)

* Remove now unnecessary autocomplete attribute

As the attribute was there to force/ensure that the visual presentation matched the state, and this is now taken care of programmatically, there's no need to unnecessarily suppress autocomplete...let them autocomplete if they want to...
2019-07-10 11:03:54 +03:00
..
alert.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
button.html Ensure button plugin sets/removes active class correctly on page load (#28952) 2019-07-10 11:03:54 +03:00
carousel.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
collapse.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
dropdown.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
modal.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
popover.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
scrollspy.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
tab.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
toast.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00
tooltip.html tests: use jQuery from node_modules. (#28059) 2019-01-15 18:01:40 +02:00