Uses more code and more attributes, like the macOS app since #28
The convenience components on iOS show the same behavior w.r.t. to the 'value' string:
With the font customization, I now realize that the cause of the weird 'value' style is this: the clearStyle call sets the attributes to [:], not clears the temporary attributes.
I have a fix up my sleeve but would prefer to discuss this separately
Uses more code and more attributes, like the macOS app since #28
The convenience components on iOS show the same behavior w.r.t. to the 'value' string:
With the font customization, I now realize that the cause of the weird 'value' style is this: the
clearStyle
call sets the attributes to[:]
, not clears the temporary attributes.I have a fix up my sleeve but would prefer to discuss this separately