Melloware

Results 2888 comments of Melloware

+1 for this just ran into this today trying to upgrade!

I would remain on 6.9.0 until you are ready for query 4. It doesn't seem worth supporting both and query 4 comes with automatic update tools to fix your code...

Ran this today and works like a charm all updated to React Query 4 in about 5 minutes!

Just got this issue reported in PrimeFaces which wraps your excellent component.

Similar to: https://github.com/RobinHerbots/Inputmask/issues/956

@JonathanGiles that is fantastic! I know Netty 5.0 is working on better GraalVM support so hopefully 5.0 will also alleviate your need for these shims. But really appreciate the effort!

Yes it was not fixed in 7.1.0 that is why the ticket is still open.

I updated my Stack Overflow answer here to include InputNumber examples: https://stackoverflow.com/questions/71811650/primereact-number-input-field-with-react-hook-form

Multiple Checkboxes is kind of a mess with most of the validation frameworks. Here is a hacky workaround for React Hook Form: https://github.com/react-hook-form/react-hook-form/issues/476

Radio Group example: ````xml ( Cheese Mushroom Pepper Onion {getFormErrorMessage(field.name)} )} /> ```