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
{{ message }}
This repository was archived by the owner on Aug 5, 2019. It is now read-only.
I'm trying to convert an existing GWT application to use GWT Bootstrap components instead of "native" GWT components. For some reason, it looks like com.github.gwtbootstrap.datepicker.client.ui.DateBox won't work as a replacement for com.google.gwt.user.datepicker.client.DateBox inside a GWT DialogBox (The calendar is displayed but cannot select date or change month). However, if I replace my DialogBox with a Bootstrap Modal the com.github.gwtbootstrap.datepicker.client.ui.DateBox seems to work fine.