I have a widget that can be resized to any size.
I have several lines of text inside it that need to scale when the widget resizes.
One of the text changes constantly ( like stock price)
The issue I see is that when the stock price value is updated (every 5 sec or so) , the text does not resize and appears out of the container.
eg.
``` kjhkj`
{{name}}
{{price}} {{attr1}}
`
I have a widget that can be resized to any size.
I have several lines of text inside it that need to scale when the widget resizes.
One of the text changes constantly ( like stock price)
The issue I see is that when the stock price value is updated (every 5 sec or so) , the text does not resize and appears out of the container.
eg.
``` kjhkj`
{{name}}
{{price}} {{attr1}}
`