bschulte / nes-react

React components for the nes.css styling framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextInput Component does not pass 'readonly' prop to input element

msp00 opened this issue · comments

React's HTML props for input expect readonly to be passed as readOnly. I've updated the expected type (cb30d8f) for TextInput's props to better show this via things like Intellisense.