Hello everyone,
I would like to suggest an improvement to the Editor.
In this post (link), I explain that I found an strange behaviour on some fields (esriFieldTypeSmallInteger with codedValues).
The issue is that you cannot search values by name in the calcite-combobox search input.
![JB19_0-1679565015457.png JB19_0-1679565015457.png](https://community.esri.com/t5/image/serverpage/image-id/66049i7D86BED6DA14721B/image-size/medium?v=v2&px=400)
It seems that because the field is of type esriFieldTypeSmallInteger, the search input is limited to number, even though the field has codedValues.
I can understand this limitation for a normal field, but for a field with codedValues, which appears as a calcite-combobox, this limitation makes no sense.
The user should be able to search a value by its name.