tremorlabs / tremor

React components to build charts and dashboards
https://npm.tremor.so
Apache License 2.0
16.21k stars 467 forks source link

[Bug]: NumberInput step type #801

Closed severinlandolt closed 1 year ago

severinlandolt commented 1 year ago

Tremor Version

3.11.0+

Link to minimal reproduction

-

Steps to reproduce

<NumberInput prefix="USD" className="w-full" name="number-input" min={0} max={100000} step={1}/>

The expected type comes from property 'step' which is declared here on type 'IntrinsicAttributes & NumberInputProps & RefAttributes<HTMLInputElement>'

step is not supposed to be a string

What is expected?

step is not supposed to be a string

What is actually happening?

-

What browsers are you seeing the problem on?

No response

Any additional comments?

No response

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 3.11.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 11 months ago

:tada: This issue has been resolved in version 3.12.0-beta.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 11 months ago

:tada: This issue has been resolved in version 3.12.0-beta-package-updates.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 11 months ago

:tada: This issue has been resolved in version 3.12.0-beta-customcolors.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: