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
Short description
I copied the code of grid demo 22 to a grid.html and a grid.js. I also downloaded the w2ui-2.0.css and w2ui-2.0.js files.
The new value of lists disappear after pressing save button.
What is current behavior
The text of the list disappear after pressing the save button.
It seems that the field in the record associated with the list element contains the text not the id. therefore it can't be rendered.
What is desired behavior
The text should not disappear and the respective field should contain the id,
The grid.js is simple the original code between <script> and </script>
Steps to reproduce or sample
1 open the grid.html
2 change any of the list fields by double clocking on it and selecting a new item
3 press save button
The text was updated successfully, but these errors were encountered:
Short description
I copied the code of grid demo 22 to a grid.html and a grid.js. I also downloaded the w2ui-2.0.css and w2ui-2.0.js files.
The new value of lists disappear after pressing save button.
What is current behavior
The text of the list disappear after pressing the save button.
It seems that the field in the record associated with the list element contains the text not the id. therefore it can't be rendered.
What is desired behavior
The text should not disappear and the respective field should contain the id,
Link to jsfidle/codepan with sample code
the grid. html:
<title>W2UI save: grid/22</title> <script src='./w2ui-2.0.js'></script> <script src='./grid.js'></script> [grid.zip](https://github.com/user-attachments/files/17549009/grid.zip) [grid.zip](https://github.com/user-attachments/files/17549014/grid.zip)The grid.js is simple the original code between <script> and </script>
Steps to reproduce or sample
1 open the grid.html
2 change any of the list fields by double clocking on it and selecting a new item
3 press save button
The text was updated successfully, but these errors were encountered: