1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

Merge pull request #19259 from patrickhlauke/keyboard-navigation-focus-patch1

Replace jQuery with vanilla JS
This commit is contained in:
Patrick H. Lauke
2016-02-17 15:34:52 +00:00

View File

@@ -93,7 +93,7 @@ const Button = (($) => {
$(this._element).trigger('change') $(this._element).trigger('change')
} }
$(input).trigger('focus') input.focus()
} }
} else { } else {