Nikolas Schröter

Results 56 comments of Nikolas Schröter

i got the same problem, but i think someone in a SteamBot Issue found the solution. https://github.com/Jessecar96/SteamBot/issues/1062

@LFDanLu I took some time to take a look at this. This issue seems pretty isolated to RAC's implementation of a visually hidden input, so can't we fix this inside...

@LFDanLu Got it. Since a fix [here](https://github.com/adobe/react-spectrum/blob/ee51290b98fdc7cad31957ed2dd0a486eb0c1427/packages/%40react-aria/form/src/useFormValidation.ts#L86) won't do the trick for the isolated scenario, how about something like this in `useCheckbox`: ```tsx /** * Hook the label `onClick` handler...

@doktokto may I ask how you got this problem fixed, i got the same issue. I didnt really quite understand your solution here and how you managed to implement that...

> Possibly related #5693 @snowystinger Yes they are. `` has the same issue, although only through keyboard selection. If im not missing anything, both issues stem from `useFormValidation` committing on...

@snowystinger If i understand https://github.com/adobe/react-spectrum/pull/6079#discussion_r1569178215 correctly, then this issue should be closable. It might make sense to adjust the docs slightly to inform developers of the different behavior of `validate`...

@LFDanLu Could you take a look why the Storybook 17 build is failing here?

@sookmax This is required because the component will otherwise display a validation result obtained through the `validate()` prop in realtime. In any case this should be `displayValidation.isInvalid` instead, which fixes...

@sookmax It is unclear to me whether `isRequired` should display a validation error in realtime or not. This could either be a bug related to #6096 or intended behavior. The...

> > we would have to extend a common base model, which it then complains is extended from multiple times. > > Would you please give us an example for...