-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
Hi,
Since my earlier post has been closed, i am not sure how to reopen that so i am creating new one.
We can see couple of issues here.
In Firefox, for MaterialDoubleBox is working fine and also allows arrow icon to increment/decrement the number (Similar to spinner widget).
But in IE, this is not the case. It is not showing the arrow icons to avail this feature.
API for this widget is not working
In Firefox : boxObject.getValue() and boxObject.getValueAsNumber() function returns proper result .
In IE : boxObject.getValue()and boxObject.getValueAsNumber() function returns NULL and NaN.
Please help us in this regard.
Note : We are not overriding the default CSS of this widget.
Thanks
Ramesh