Julien Delort
Julien Delort
### Description Currently, when specifying a length, duplicates can be returned. Here is an example call: ```js randCat({ length: 10 }); ``` result: ```js ["Thai","LaPerm","Bombay","Siberian","Himalayan","Himalayan","Himalayan","Ocicat","Thai","Serengeti"] ``` Is there a way...
A common use case with forms is showing or hiding fields based on other field’s values. For example, a “select a reason” form that has an “other” checkbox that shows...
An increasing number of people use SSR & frameworks like NextJS (page router or app router) and Remix, so we should have a guide section covering that. Some topics: -...
Something that people usually look for when using a forms library is being able to easily get and set field values, so we should have a page in the guide...
I am trying to [replace the Input component](https://react-select.com/components#replacing-components) in order to use a ``. This works well in chrome, but I'm hitting an issue on **Firefox and Safari**: when typing...