Editable Datagrid shows dropdown for an Integer attribute

0
We have a datagrid with XPath as datasource. 2 attributes of type integer are displayed as editable columns in the grid.  But as soon as I edit it shows a text field along with a dropdown. What can be done to show just text field instead of both?  
asked
1 answers
1

Hey Sandhra,

I tried this locally in 9.0.5 in my app (relatively new, using atlas 3); and an integer field is just showing the text box.

You could try inspecting the drop-down with your browser’s dev tools. For me, the select exists, but has a style=”display: none” on it. It could be there is some custom styling (maybe on <select> elements) that forces it visible (e.g. with !important)?

answered