react-code-input
react-code-input copied to clipboard
React component for entering and validating PIN code.
Hi and thanks for your great component! I would need to set the font color to black when the code-input is disabled. Could you add something like inputStyleDisabled?
use puppeteer + jest
- When we input the numbers on iPhone(Safari), the numbers are not being displayed fully but it is being cut down. - Screenshot 
This is to address a bug that causes an error when using the autoComplete attribute in TypeScript.
Consider using this ````jsx export const CodeInput = forwardRef(({ as, children, ...props }, ref) => { const Component = as; return ({children}); }); // Use case ````
Any idea how to recreate the UI below: * Can't use outlines or box shadows; one cannot be rounded, the other one doesn't have separation between the border. * Can't...
Update display "inline-block" to "inline-flex" in container style to allow for dynamic width containers line 245: container: { display: 'inline-flex', ...style },
**Description:** Arabic-speaking users encounter difficulty entering Arabic numerals (٠١٢٣٤٥٦٧٨٩) with the Arabic keyboard in the react-code-input NPM package. Numerals either display incorrectly or remain invisible, impacting usability. **Impact:** Arabic-speaking users...
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...