surface-ui / surface

A server-side rendering component library for Phoenix
https://surface-ui.org
MIT License
2.04k stars 152 forks source link

Warnings on Select component with disabled property #705

Closed fram-sse closed 1 year ago

fram-sse commented 1 year ago

Describe the bug

When using the property disabled on a Select component I get the following Warning: warning Unknown property "disabled" for component Select

How to reproduce it

  1. Add the disabled property on a Select component
  2. Enable Warnings as errors

The behavior you expected

Compilation should not have the following warning: warning Unknown property "disabled" for component Select

Your Environment

Surface: v0.10.0 LiveView: v0.18.18 Elixir: v1.15.2