TangibleInc / fields

React-based form fields library
1 stars 0 forks source link

Tooltip element #1

Closed adrianbuenavista closed 1 month ago

adrianbuenavista commented 1 month ago

Task: https://app.clickup.com/t/8689ec8h1

nicolas-jaussaud commented 1 month ago

Thank you, that's merged!

I made a change to use an "action" button by default, but if needed it still possible to use a button without a type by setting buttonProps:

  const component = tangibleFields.render(
    {
      // ...
      buttonProps : { 
        type: ''
      }
      // ...
    }
    'element'
  )