react-code-input
react-code-input copied to clipboard
Not working on Safari
When I input on Safari, text box is skewed. Please help me!
I'm having the same issue in iOS (in both safari and chrome apps). Were you able to fix it @nhatcuongboy ?
add props
inputStyle={{ fontFamily: "monospace", MozAppearance: "textfield", borderRadius: "6px", border: "1px solid", boxShadow: "0px 0px 10px 0px rgba(0,0,0,.10)", margin: "4px", paddingLeft: "8px", paddingRight: 0, paddingTop: 0, width: "36px", height: "44px", fontSize: "32px", boxSizing: "border-box", }}