Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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>