DigitalRiver / react-atlas

Composable React components with CSS Modules.
http://digitalriver.github.io/react-atlas/
MIT License
38 stars 25 forks source link

TextField Eventhandlers and "only numbers allowed" handlers not working #825

Closed floydchenchen closed 6 years ago

floydchenchen commented 6 years ago
  1. "only numbers allowed" textfield allows only one character or digit.
  2. Nothing shows up in the input when typing in "Event handlers" and "TextField onBeforeChange"
  3. event handlers are not fired except for "onFocus".