react-numpad icon indicating copy to clipboard operation
react-numpad copied to clipboard

A numpad for number, date and time, built with and for React.

Results 12 react-numpad issues
Sort by recently updated
recently updated
newest added

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

help wanted
feature

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 πŸ‘

feature

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

enhancement

When using NumPad.Number, the inputfield keeps empty? This wasn't an issue in the old versions...

bug

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

bug
question

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

greenkeeper