Chirag Ravindra
Chirag Ravindra
On further investigation, it appears to me that the issue is mainly due to the fact the the `name` attribute on the `input[type=radio]` element is assigned to `this.schema.model` which will...
+1. Still unable to figure this out.. Switching to plain old HTML markup for now.. EDIT: Got help from stackoverflow: http://stackoverflow.com/questions/32608402/how-do-i-configure-the-md-select-component-in-ember-cli-materialize-what-do-the/ Also, found this demos repo retrospectively: https://github.com/mike-north/ember-materialize-demos
I think every component can have: 1. Title 2. Link to MaterializeCSS docs 3. A description of all the available properties on the component - and how to use them....
This is fixed in https://github.com/mui/mui-x/pull/15252
This is fixed in https://github.com/mui/mui-x/pull/15252
Thanks, @michelengelen! I appreciate the acknowledgement - no hard feelings - I can barely keep up on my tiny codebases so I can completely understand this happening on large project...