Frank Wong
Frank Wong
Rails serialize BigDecimal as String. If we want to use JrJackson as drop in replacement, we need an option to serialize BigDecimal as String. Test case: ``` require 'bundler/inline' gemfile...
href does not work on md-btn, for exmaple ``` {{md-btn href="http://github.com" text="Github"}} ``` related to #163
mdi-\* icons are phasing out as per Dogfalo/materialize#1824 To maintain backward compatibility, maybe we can add mdIcon parameter? ``` {{md-btn text="Button" icon="mdi-action-favorite"}} ``` to become ``` {{md-btn text="Button" mdIcon="favorite"}} ```...
As title. We should be able to specify colWidth for different screen size, e.g. s4 m3 l2. Maybe easier to expose colClass directly? ``` colWidth: oneWay('composableParent.colWidth'), _colClass: computed('colWidth', function() {...