Rishabh Rathod
Rishabh Rathod
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description | Expected | Observed | |---|---| |  |  We noticed...
## Description - Add Auto-completion for Document viewer widget - Add Auto-completion for complex objects making array of object autocompletion work. - Add Auto-completion statement to get a code snippet...
## Description Fixes #9692 Fixes #2174 Fixes #12730 Fixes #12188 Fixes #11310 ## Type of change - Bug fix (non-breaking change which fixes an issue) ## How Has This Been...
#### Expected Behaviour ``` css -> z-index: 1; js -> zIndex: 1, ``` #### Actual Behaviour :- ``` css -> z-index: 1; js -> zIndex: '1', ``` most of the...
For my use case i had css with lots of Css Pseudo Classes here is a demo example .titleContainer { display: flex; flex-direction: row; padding: 0 0 0 2rem; }...
# Ability to style insert, delete, modified codeMarker separately ## Expected Behaviour  ## Solution (suggestion) For my use case, I made [this](https://github.com/Rishabh-Rathod/react-ace/commit/c3f07f1ee85da86ad447a9f464f457ebc49800d3) changes...
## Description Fixes #9872 Fixes #12833 ## Type of change - Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? ## Checklist: - [ ]...
## Problem **Why do we need validation dependency?** - When on change of particular property value if other property needs revalidation then current evaluation architecture do not support such validation...
## Description Fixes https://github.com/appsmithorg/appsmith/issues/17763 ## Type of change performance imporvement ## How Has This Been Tested? ## Checklist: - [ ] My code follows the style guidelines of this project...
## Description Fixes #12179 Fixes #13273 ## Type of change - Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? ## Checklist: - [ ]...