mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Merge pull request #19259 from patrickhlauke/keyboard-navigation-focus-patch1
Replace jQuery with vanilla JS
This commit is contained in:
commit
cf57ec6934
@ -93,7 +93,7 @@ const Button = (($) => {
|
||||
$(this._element).trigger('change')
|
||||
}
|
||||
|
||||
$(input).trigger('focus')
|
||||
input.focus()
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user