react-code-input icon indicating copy to clipboard operation
react-code-input copied to clipboard

Not working on Safari

Open nhatcuongboy opened this issue 4 years ago • 2 comments

image When I input on Safari, text box is skewed. Please help me!

nhatcuongboy avatar Jan 20 '21 08:01 nhatcuongboy

I'm having the same issue in iOS (in both safari and chrome apps). Were you able to fix it @nhatcuongboy ?

joaquin-lezama-dev avatar Jul 05 '21 21:07 joaquin-lezama-dev

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", }}

ddman avatar Jul 12 '21 09:07 ddman