Tom Tirapani

Results 3 issues of Tom Tirapani

**Onsen UI Version**: 2.10.10 **Framework**: React 16.8.0 __Encountered problem__: When using the Navigator with React bindings, you have to assign each route a unique `key`. In accordance with React best...

framework: react

If you configure an inline Select as below, the user can use the return key to select the highlighted option in the list. ``` editor: props => selectEditor({ ...props, inputProps:...

bug
grid
forms

We have a pattern in Desktop inputs, where we specify a default width in the style props, e.g. ``` width: withDefault(width, 200), flex: withDefault(flex, null) ``` Unfortunately, this means that...