David Henri
David Henri
Yes. I just updated my question since I did not see that my code was not showing properly.
Thanks. I understand I do not use themr, but React-Toolbox is using it. May question was really about why adding the disabled className manually was not working as expected. I...
Hi @coryhouse I am trying to add the css module on my side and most of the functionalities are working. However, there is one little detail that never works: the...
Thanks @kwelch your fork help me realized taht I was using the wrong property... I used localIndentName instead of localIdentName!
Any development concerning this PR?
Is someone looking into this. The fix from @maolaila seems simple and efficient.
The `updateErrors` action looks nice with Redux, but in my case, I do not use Redux. With the `onChange` callback I do get errors but does changing them will have...
As a note, I was able to circumvent the limitation by doing the following ``` const defaultsAjv = createAjv({ useDefaults: true }).addFormat( 'time', /^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i ); return ; ```
Any update on this? The issue is still present.
@javivelasco & @rubenmoya I am experiencing the same issue. I realized the same bug it when I tried to figure out why the menu was not closing when clicking a...