react-bulma-components icon indicating copy to clipboard operation
react-bulma-components copied to clipboard

Input component is missing rounded prop in TypeScript type definition

Open jordanranson opened this issue 3 years ago • 0 comments

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

  • react-bulma-components:: ^4.1.0
  • bulma: ^0.9.4
  • react: 18.0.0
  • Browser: Firefox 103.0.1 (64-bit) Windows 10

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

jordanranson avatar Aug 11 '22 16:08 jordanranson