Set point Value Input Box Size
-
Hi,
I'm wanting to change the size of the set point value input box size when i try to type data into it at runtime it doesn't all fit
Regards
Billy H -
@Bhanner Thats a bug on our end, the input should resize when you resize the
<ma-set-point-value>
component. For the time being add this to your page -<style> ma-set-point-value md-input-container { width: 1000px; } </style>