chirokas
chirokas
The scroll event type is Event, not UIEvent. https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll_event https://drafts.csswg.org/cssom-view/#eventdef-document-scroll https://github.com/facebook/react/blob/a4939017ffe2e04a94efca0f48b661bc778a6fa4/packages/react-dom-bindings/src/events/plugins/SimpleEventPlugin.js#L142-L144
Closes #2886 ## 📝 Description TableColumn align prop fix. ## ⛳️ Current behavior (updates) Missing [`align` styles](https://github.com/adobe/react-spectrum/blob/b09a14eb1854d9d52e08739e30aa8fae51f1595a/packages/%40react-spectrum/table/src/table.css#L43-L56). ## 🚀 New behavior Styles Fixed. ## 💣 Is this a breaking change...
Closes #2955 ## 📝 Description Revise autocomplete controlled state logic. ## ⛳️ Current behavior (updates) > Please describe the current behavior that you are modifying ## 🚀 New behavior >...
Closes # ## 📝 Description Closing the Date Picker while the Month and Year Pickers are open causes the Time Input to disappear when reopened. https://github.com/nextui-org/nextui/blob/1ba2d029a291f5d40cbf03f66107eb2ebed09066/packages/components/date-picker/src/date-picker.tsx#L41-L42 ## ⛳️ Current behavior...
Closes # ## 📝 Description Developing in strict mode is the best practice for React because it helps teams catch bugs earlier. ## ⛳️ Current behavior (updates) > Please describe...
Closes #3474 ## 📝 Description This PR improves the `shouldBlockScroll` behavior by using `usePreventScroll` instead of `react-remove-scroll` to be consistent with the Modal. ## ⛳️ Current behavior (updates) > Please...
- Closes #3214 - Closes #3670 ## 📝 Description ## ⛳️ Current behavior (updates) > Please describe the current behavior that you are modifying ## 🚀 New behavior > Please...
Closes # ## 📝 Description - `opacity: 0` causes the elements to be very transparent but users can still interact with them. - On mobile, this gives a bit of...
Changed the logical operator from `&&` to `||` because an element cannot be both `document.documentElement` and `document.body` at the same time. ## ✅ Pull Request Checklist: - [ ] Included...
Close #2465