-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[show-all-data] When double clicking on an empty picklist field, iterate through avaible values #366
Comments
## Describe your changes When double clicking on a picklist field, iterate through available values ## Issue ticket number and link Closes #366 ## Checklist before requesting a review - [x] I have read and understand the [Contributions section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions) - [x] Target branch is releaseCandidate and not master - [x] I have performed a self-review of my code - [x] I ran the [unit tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests) and my PR does not break any tests - [x] I documented the changes I've made on the [CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md) and followed actual conventions - [ ] I added a new section on [how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md) (optional)
Does this require Summer '24? It doesn't work for me in Spring '24 |
Hi @megmoo, |
@tprouvot - Yes. I'm on 1.23. I tried with a new profile on only SF Inspector Reloaded installed and it did not work that way, either. Just to make sure I'm not doing anything stupid, I'm pressing the ctrl button and the alt button and the i button, correct? |
@megmoo Nope, you have to press up or down key to iterate on the values |
But that would only be once the extension is open, right? Once I'm in the extension, I use the up/down to iterate the values, but is there any way to get the extension to open using hotkeys? I'm trying to avoid having to click on up there. I interpreted the text at the bottom as ctrl+alt+i will open the extension.
[ctrl+alt+i] to open
From: Thomas Prouvot ***@***.***>
Sent: Tuesday, May 7, 2024 9:19 AM
To: tprouvot/Salesforce-Inspector-reloaded ***@***.***>
Cc: Megan Moody ***@***.***>; Mention ***@***.***>
Subject: Re: [tprouvot/Salesforce-Inspector-reloaded] [show-all-data] When double clicking on an empty picklist field, iterate through avaible values (Issue #366)
CAUTION: This is an EXTERNAL email. Please do not click any links or open attachments unless you recognize the sender and know the content is safe.
@megmoo<https://github.com/megmoo> Nope, you have to press up or down key to iterate on the values
-
Reply to this email directly, view it on GitHub<#366 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMV22SH4EEH2NK4BKXTYAFLZBD5HPAVCNFSM6AAAAABFBVV44GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJYHAZTONBWHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@megmoo Does your question is about the iteration functionality? |
@tprouvot - Sorry I was unclear. Perhaps a better way to approach it is this: at the bottom of the extension pop-out, there's small text that says: [ctrl+alt+i] to open My assumption was that the hot key combination ctrl+alt+i would make the extension pop-out (and hopefully set focus on the input field where the red arrow in the screen shot is pointing). It seems my assumption must be wrong. In that case, two questions:
Thank you in advance! |
This is great!! |
Is your feature request related to a problem? Please describe.
On inspect page, when double clicking on an empty picklist field, iterate through available values with up and down keys.
We could also set a placeholder to show users the first values and the functionality
The text was updated successfully, but these errors were encountered: