couds / react-bulma-components

React components for Bulma framework
MIT License
1.2k stars 129 forks source link

Input component is missing rounded prop in TypeScript type definition #399

Closed jordanranson closed 7 months ago

jordanranson commented 2 years ago

Describe the bug The Input component is missing rounded prop in TypeScript type definition.

To Reproduce Steps to reproduce the behavior:

  1. Add an Input component to your page
  2. Add the rounded prop
  3. There will be a TypeScript error saying the property doesn't exist

Expected behavior The Input component should have the rounded prop in the TypeScript definition, there should be no TypeScript error in the IDE

Screenshots image

Versions

Additional context Here is the file in question that needs to have the rounded prop added to https://github.com/couds/react-bulma-components/blob/master/src/components/form/index.d.ts#L27-L34