You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
Reported by Gold Squadron, the property for Quantity on the upgrade is not editable. When clicking on the property you can't edit it, and it makes the app appear to be locked.
The text was updated successfully, but these errors were encountered:
To address the issue of Numeric fields not being editable
create a NumericCellEditor that can be used and a
NumericPropertyDescriptor. This will correctly allow
all numeric fields to be editable and will return Integer
values for the inputs. For this application that is all that
is necessary, but could easily be expanded to Floats, Doubles,
and other integer formats.
Reported by Gold Squadron, the property for Quantity on the upgrade is not editable. When clicking on the property you can't edit it, and it makes the app appear to be locked.
The text was updated successfully, but these errors were encountered: