Tolulope Adetula
Tolulope Adetula
## Description Default Value validation error. The issue here is that options is still a string when defaultValue is validated Here's a screenshot Fixes #15701 ## Type of change -...
## Description Current fix to default value validation dependency in Select widgets ## Type of change - Bug fix (non-breaking change which fixes an issue) ## How Has This Been...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description I have a list widget which is populated with an `array` of...
Dragging a JSON form crashes the list widget 
## Description The issue here was majorly handling escape characters. I tried several methods and even templating the segmented string, but that didn't work. Generally, `eval` fails with escape characters...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description The Page number resets and changes to Zero which displays no widget...
## Description Hotfix from this commit https://github.com/appsmithorg/appsmith/commit/058500704efa72c901ff3d519cfa0cfd2be2e3e0 ## Checklist: ### Dev activity - [ ] My code follows the style guidelines of this project - [ ] I have performed...
## Description Filtered The data tree to remove meta Widgets(Non-Template) from the tern server and updated the debugger Selector to exclude meta Widgets(Non-Template) Fixes #18382 ## Type of change -...
## Description - Fixed serverside pagination code and css - Disabled pagination when isLoading - Remove `onPageSizeChange` this would allow me to close #17427 Fixes #11332 Fixes #18638 ## Type...