If I change the style of an item it replaces the default itemStyle with my new one, is it possible to make a new style inherit the old style?

Submitted by Terje Pedersen on 31 March 2011 at 12:54

On 31 March 2011 at 13:03 Zef Hemel commented:

There is a mergeStyles function you could use (it’s in the mobl lib):

item(style=mergeStyles([itemStyle, myCustomStyle])) { … }

In effect this puts two CSS classes on the item.


On 11 April 2011 at 15:04 Zef Hemel closed this issue.

Log in to post comments