Oleksandr Fediashov

Results 261 comments of Oleksandr Fediashov
trafficstars

> Yes, this is intentional, it's also specific in the ARIA spec for Switch, that to make it easier to interact with the control, clicking on the label should toggle...

According to React (https://github.com/facebook/react/blob/ca106a02d1648f4f0048b07c6b88f69aac175d3c/packages/react-dom/src/shared/possibleStandardNames.js#L62) it should have different casing i.e. `enterKeyHint`. But, feel free to a submit a PR 👍

Finally, we have a decision there, we will go with the `kind` prop, https://github.com/stardust-ui/react/issues/512

@reecebenson it took me some time to get there, sorry about that. Honestly, it's our bad design decision that we used `name` as it collides with HTML attributes. ![image](https://user-images.githubusercontent.com/14183168/150513748-c047974e-fc09-422a-ac59-ff69bb4bbad3.png) According...

Unstale, please :cat

@tuyakhov it seems that it comes from these lines: https://github.com/Semantic-Org/Semantic-UI-React/blob/bf87dd2c453c4dd2f855233551760eb4c396ef31/src/modules/Dropdown/Dropdown.js#L414-L416 I suggest to check what will happen if these lines will be simply removed. I don't that a comment there...

An ugly workaround to unblock you: https://codesandbox.io/s/wizardly-thompson-w03wb?file=/example.js. Please let us know if works for you

> How would recommend removing those lines in an existing project? One way I thought of is to fork -> edit -> change version in package.json, but it seems a...

> @jschmolling we do not release patches for old versions of SUIR. If this issue is present in 2.0.1 but is resolved in 2.4, please update to the latest version....

This issue is known. Some improvements will be shipped soon, some work will be for v1. No ETAs, the best way to improve - contribute 🙏 Accessibility was not considered...