Dominic Garms
Dominic Garms
@jbove-dd I havent found a good github tagging tool yet, thats why there isn't a reliable tagging of Github included. v7 is out for a while and the major changes...
It would be advised to use `useWatch("name")` of react hook form to react to changes of the slider. https://stackblitz.com/edit/react-bglsco?file=src%2FBudgetField.tsx
yes currently the onBlur is not propagated, would be a simple fix. Will try to handle this sometimes soon
Hi I never came across your issue, are you sure you provide proper defaultValues? A reproduction would be helpful to understand your use case, `rest.disalbled` never caused any trouble in...
I think this is not depending on this plugin but rather how react hook form is treating disabled fields: https://github.com/react-hook-form/react-hook-form/issues/2782 There is not much I can do about it, its...
@DoWhileGeek do you mind setting up a codepen for this? if things doesnt work with multiple prop, usually the default value isn't an empty array or value is not casted...
I face the same error. I provide a validRange to my calendar and when the `multiMonth` view is selected, the calendar either renders with an error or just with one...
Is this issue been handled with the v7 beta release?
Does anybody know a workaround, either in v6 or v7?
> return range !== null && (range.start === null || date >= range.start) && (range.end Thanks for your suggestion, where exactly is the function to be placed? I use the...