Sukkyu Chung
Sukkyu Chung
> @LFDanLu You mentioned in [another combobox issue](https://github.com/adobe/react-spectrum/issues/5790#issuecomment-1922621835) this [PR](https://github.com/adobe/react-spectrum/pull/5453/files) about closing comboboxes on scroll. > > I don't know this code well enough to say one way or the...
Hey guys, is this issue somehow magically fixed..? I've notice the above example at https://codesandbox.io/p/sandbox/elated-rumple-c5q8r5?file=/src/App.js:30,17 working correctly now? And I'm no longer able to reproduce it locally either.. I'm not...
https://github.com/adobe/react-spectrum/assets/71210554/9983fdd4-118e-4e7f-9a23-490486326682 Hm.. guess it's just my environment then? I just recorded a video clicking around on the example, and should I not be able to open the popover while the...
@staticshock Can you also share us the version of the browser that you're using?
@staticshock When `'Tap to click'` is enabled in Trackpad options, `state.pointerType` in `usePress()` would become `'virtual'` as opposed to `null`, which is the case for a physical trackpad press and...
Looks like I'm the only outlier here that still cannot reproduce.. 😠on Chrome Version 124.0.6367.119 (Official Build) (arm64) https://github.com/adobe/react-spectrum/assets/71210554/82c80706-f502-4847-8ec0-ab2abbd7b096
@LFDanLu @snowystinger Guys, so do we want to remove `value` and `onChange` from `AriaColorFieldProps`, or do we keep the props and silently overwrite them (if passed) with the internal `value`...
@LFDanLu Thanks for the comment! Is it possible to use `useColorField` without accompanying `useColorFieldState`? I'm asking this because if `useColorField` and `useColorFieldState` are meant to be used together all the...
@LFDanLu I see. Thanks for the explanation! > I guess we could potentially get rid of value only and update it to the hooks to also call the user provided...
I did some digging, and it looks like the root cause of this is the fact that `useContextProps()` will merge `contextProps` and `props` only when both of them are of...