Alexander Suraphel
Alexander Suraphel
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
Thanks for creating this library. I want Flatpickr to wrap a cancel icon inside the input. How do I do it? Thanks!
I just found out that it is not working on the online demo as well.
I am trying to setup two way binding for TextInputEditText with Float variable. Here is the entire content of my DataBindingAdapters class. ``` object DataBindingAdapters { @BindingAdapter("android:text") @JvmStatic fun setText(view:...
We have split up our application into smaller plugins and most of our code is in those plugins. However grails-code-coverage doesn't seem to report on the plugin classes. Is this...