react-ui icon indicating copy to clipboard operation
react-ui copied to clipboard

React UI is a themeable and performant UI library for React apps.

Results 103 react-ui issues
Sort by recently updated
recently updated
newest added

Allows boolean props to propagate when layout context is false Closes #567

fix

> 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,...

bug

**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...

bug

Refactor jest tests from miscellaneous section into playwright Closes #595

refactoring
testing

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...

refactoring

Add new guideline to supply contributor with information how to write playwright tests in RUI. Closes #612

documentation

Blocked by #601 Follow transformation guidelines defined in #591 Transform `FileInputField` and implement missing tests, especially does testing its functionality.

testing

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...

maintenance

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...

bug
blocked by browser issues