react-numpad
react-numpad copied to clipboard
A numpad for number, date and time, built with and for React.
After reading the README, it mentions `Any css style is customizable using styled components.`. I tried to use styled components, wrapping the NumPad components with desired styles, but it is...
I would like to use the the NumPad.Numebr as number picker from 0 to 9 currently there is no why to get on click hook in order to to call...
The documentation for "NumPad.DateTime" specifies to use "dateFormat" values supported by "moment.js", which is great, but when try to use a 12-hour time format with AM/PM (e.g. "h:mm A"), there...
The documentation about the theme configuration is outdated.
Possible to handle this or with the existing components? I want to be able to enter phone numbers like : 0492332233 Thanks π
The `Number` input with a `decimal` limit set still allows zeros to be entered. For example a limit of 3 decimal places wouldn't allow `123.4567` to be entered, but it...
When using NumPad.Number, the inputfield keeps empty? This wasn't an issue in the old versions...
It looks like this file `lib/styles/global-css.js`. It contains `overflow-y: hidden;` for the body. It is not applying the style only to the numpad component, but actually to the whole body?...
- Added prettier rule { "arrowParens": "avoid" } to avoid unexpected formatting code
## The dependency [styled-components](https://github.com/styled-components/styled-components) was updated from `4.4.1` to `5.0.1`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...