react-rainbow
react-rainbow copied to clipboard
π React Rainbow Components. Build your web application in a snap.
Some components like input expose method through ref like focus, blur, click, etc, we need to add this interface to ref exposed then when we use it like: ``` inputRef.current.focus()...
fix: typing compatibility of input components with react-form-final field components
Hello you have a problem in production mode in next js when i create build it's hangs forever i hope to fixed soon And Thanksβ
when you go here https://react-rainbow.firebaseapp.com/pageObjects/PageCalendar.html the page is crashing NOTE: also check other page objects
fix: #2517 ## Changes proposed in this PR: -fix: onFocus and onClick in Picklist triggered when it should not - [x] I have followed (at least) the [PR section of...
fix: # ## Changes proposed in this PR: -fix: change font family request in rainbow legacy styles - [x] I have followed (at least) the [PR section of the contributing...
When you click on the picklist you are giving focus to the component, if you then click again on the input trigger it should not trigger onFocus again since the...
When using the avatar component you need to pass icon prop to show a default avatar icon when there is no src and initials, then it will be useful to...
We need to check carefully because there are breaking changes