Tom Tirapani

Results 6 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:...

grid
forms
ready

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...

forms
ready

GridModel allows devs to set a rowClassFn() to control row-level css classes. Currently, styles set by these row classes can clash with existing styles - for example, changing `background-color` can...

grid

Currently `store|gridModel.updateData()` will clear any pending uncommitted changes. While this is often what we want, there are use-cases for updating the committed data while leaving the pending uncommitted changes as-is.

data

A client reported they use the `Home` and `End` keys on their windows keyboard to move the caret in text inputs, but are unable to do so with Select inputs....