gjwgit / rattleng

The New Generation R Analytics Desktop App
GNU General Public License v3.0
20 stars 9 forks source link

CLEANUP: When a variable is selected set VARIABLE option #391

Closed gjwgit closed 1 month ago

gjwgit commented 2 months ago

Description

For the TRANSFORM tab CLEANUP feature if a user chooses a variable the default option should go to VARIABLE.

Or else, the Variable selection is not available until the VARIABLE option is chosen.

junhaow1 commented 2 months ago

demo video: https://github.com/user-attachments/assets/4ee1aa46-34c7-4ad3-ae27-228818ed380a

junhaow1 commented 2 months ago

I couldn't find a good way to make the variableChooser blank or empty if the ChoiceChipTip 'Variable' is not selected, so I chose this implementation.

gjwgit commented 1 month ago

Thanks @junhaow1. Can the text inside the box be made grey when we can not select?

junhaow1 commented 1 month ago

Thanks @junhaow1. Can the text inside the box be made grey when we can not select?

On it

junhaow1 commented 1 month ago

Image Image

Image

junhaow1 commented 1 month ago

Image

junhaow1 commented 1 month ago

https://github.com/gjwgit/rattleng/pull/460 PR created