You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, I switched between old and discontinued widget.dart bootstrap implementation and bootjack bootstrap implementation. Everything is working better, than discontinued widget.dart library, but there are two problems (this and #23 ):
I show modal using function show() (identically with widget.dart library) and after that I just set focus() on input element inside modal. Although it worked as expected in widget.dart, in bootjack it doesn't work.
The text was updated successfully, but these errors were encountered:
Today, I switched between old and discontinued widget.dart bootstrap implementation and bootjack bootstrap implementation. Everything is working better, than discontinued widget.dart library, but there are two problems (this and #23 ):
I show modal using function show() (identically with widget.dart library) and after that I just set focus() on input element inside modal. Although it worked as expected in widget.dart, in bootjack it doesn't work.
The text was updated successfully, but these errors were encountered: