react-ui
react-ui copied to clipboard
React UI is a themeable and performant UI library for React apps.
Allows boolean props to propagate when layout context is false Closes #567
> I found out the advanced positioning is now broken. It is not related to this PR and it was already broken before, but if you could fix it here,...
**Usecase:** Im trying to get an `InputGroup` with one child element disabled and one not: ```jsx ``` **Problem:** In the above example: Current behaviour: none of the `TextField`s is disabled...
Refactor jest tests from miscellaneous section into playwright Closes #595
I tried to maintain the existing logic; however, for about two components, I had to implement a few additional things due to TypeScript. Please review and let me know if...
Add new guideline to supply contributor with information how to write playwright tests in RUI. Closes #612
Blocked by #601 Follow transformation guidelines defined in #591 Transform `FileInputField` and implement missing tests, especially does testing its functionality.
Our CODEOWNERS file looks like this: ``` # Default owners for code review * @developers # Default owners for file types *.js @mbohal @bedrich-schindler @developers *.jsx @mbohal @bedrich-schindler @developers *.md...
In Safari (both macOS and iOS) the controlled popover is not closing properly. When trying to close the popover by clicking on blank space, the popover doesn't close. Only then...