Lochlan
Lochlan
Thanks, this really helped me too. I just had to set a new group name when re-initialising the sortable.
Updating to the latest Android SDKs fixed it for me.
Obviously complete CSS control would be ideal. In the mean time we could add an option to use `destructiveButtonText` as an alternative to `cancelButtonText` for alert. It would then apply...
I also need this, for the exact same reason. Adding a label and wish to focus the input when clicking the label.
Noticed this too.
I own a Gen24 with BYD Battery and can help test/develop.
I'm having the exact same issue. Using globalize with react-globalize. I am not using the message component.
The only Globalize function I'm using is Globalize.locale(). I'm also using FormatCurrency, FormatDate, FormatNumber & FormatRelativeTime.
It's set via webpack config as well. I use `Globalize.locale()` in my code to change the locale via a select box. If I remove the call, the error still persists...
I've determined the following: include `Globalize` with reference in the code - production build passes include `Globalize` with _no_ reference in the code - production build fails include `Globalize` and...