Joan Pablo
Joan Pablo
BTW, I would not use `key: ValueKey(url)` as key of the ReactiveTextField instead I would use something like Object key using the control as object. Just an observation.
Hi @vasilich6107 would you mind to elaborate more on that question? What exactly you are trying to achieve that is an impediment with the current implementation and how it could...
Hi @morrowyn The newly released version 15.0.0 brings the validators as classes and an `AsyncValidator` class. Now you can inherit from AsyncValidator to implement a custom validator class. Thanks for...
Hi @Kiura, Thanks for bringing this ticket back to life. I will add the markAsPending() to AbstractControl in the next release. I'll let you know as soon as I release...
@Solido @Kiura Version 16.1.0 has been released. Now you can mark controls as PENDING on demand. Thanks for the support. 👍
A quick note. The only way to change the pending state (that you set manually with `markAsPending()`), is by calling `setErrors()` with an empty map, or maybe with some custom...
Thanks, @mdeandrea-mrmilu. So as far as I understand this deployment will only be triggered if a Tag is created, and not when simply pushing changes to master or develop. Could...
Oh, thanks for sharing the video @deandreamatias I will see it, and let you know my comments about it.
That's really cool
Bastien, I have been reading about the new feature of saving messages to a storage, but I don't understand yet if this is an explicit functionality or the plugin flutter_sms...