You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Stratos I'm getting "Invalid prop height of type string supplied to App, expected number. " in my console. Selectrix doen't seem to take my own hard coded height prop. I'm using the basic example. Just need a very simple version of it.
<Selectrix
multiple={true}
materialize={true}
**height={190}
options={[
{
key: "javascript",
label: "Javascript"
},
{
key: "go",
label: "Go"
},
{
key: "ruby",
label: "Ruby On Rails"
},
{
key: "php",
label: "PHP"
}
]}
onChange={ value => console.log( value ) }
/>
Component style should be easily customizable through an object prop
The text was updated successfully, but these errors were encountered: