Gary Thomas

Results 20 issues of Gary Thomas

I am using `createNumberMask` in React (https://github.com/text-mask/text-mask/tree/master/addons#createnumbermask): And was hoping that the values would always show 2 digits after the decimal, even if one or none were entered: Examples: 1234...

feature request
addons

Typescript definitions are not found with `import { Blah } from 'react-gears'` style imports. `import Blah from 'react-gears/lib/components/Blah';` does work however.

HasManyField has a `template` prop, but has some quirks. We should likely replace with render prop pattern.

[Spinner](https://appfolio.github.io/react-gears/?selectedKind=Spinner&selectedStory=Default) Waiting uses as well

Themes aside from bootstrap-saffron are pretty giant:

Modal has z-index issues on IE11, the default modal container from reactstrap uses `position: relative;` causing underlap: https://github.com/reactstrap/reactstrap/blob/ee048169ba8ee3b24e7ab4279d1205570b0b29ba/src/Modal.js#L138

This line does assumes synchronous setState call: https://github.com/appfolio/react-gears/blob/master/src/components/BoundForm.js#L43

This commit causes issues with DateInput: https://github.com/appfolio/react-gears/commit/ebc61e3410f66ba5b5bbe08d4cae06718eb0d5ae#diff-b4362a79e3c24a2a657bc3be60b0167b

Components need to have aria attributes for accessibility