ember-models-table
ember-models-table copied to clipboard
Fix select component invocation
component
helper invocation does not support appending class
argument to the html classname as the angle bracket component invocation do, so change it angle bracket invocation.
Coverage remained the same at 81.7% when pulling cc45863babc7b7ca94234111947e80f211ea7cab on 2hu12:fix-select-component-invocation into c5a1321fc50668363b9bbd29a77568fe9572eb71 on onechiporenko:master.
Hi, @2hu12. Thanks for PR!
Am I right that @themeInstance.input
now is not added to the select
?
I remove the themeInstance.input
here on purpose, cause select
components of all themes in ember-models-table
already have it in the class attribute.
Merged. Thanks a lot again! :)