lowcoder
lowcoder copied to clipboard
[Bug]: Value of select component get not updated
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
I have created a select component from a sql query or mapped the data from an array.
The value is not changed. Not even in the preview.
Expected Behavior
The value schuld be changed. In the Playground it work like expected. https://app.lowcoder.cloud/playground/select/1
Steps to reproduce
Create a select component with "Map" and Data: [{id:0,name:test0},{id:1,name:test1}]
Environment
lowcoder running in docker with: lowcoderorg/lowcoder-ce-frontend:latest Version: 2.3.0-#92196587
Additional Information
No response