script-server icon indicating copy to clipboard operation
script-server copied to clipboard

put chosen values in multi list on the top of the dropdown

Open yosefy opened this issue 5 years ago • 3 comments

use case: i choose something from very long list run the script. now need change, but i don't know what is chosen in the dropdown i don't want to reload the rest of the fields because there are a lot of them

another problem: i FORGET that something is already chosen and delete something by mistake

thnanks

yosefy avatar Apr 17 '19 07:04 yosefy

Hi @yosefy, thanks for the proposal, nice idea. I need to rethink how to properly implement it from the UX perspective: to avoid jumping values on the selection and probably keep a default behaviour for short lists.

bugy avatar Apr 17 '19 07:04 bugy

i took the idea from past usage of rundeck it was very useful from experience thaks

On Wed, Apr 17, 2019 at 10:55 AM Iaroslav Shepilov [email protected] wrote:

Hi @yosefy https://github.com/yosefy, thanks for the proposal, nice idea. I need to rethink how to properly implement it from the UX perspective: to avoid jumping values on the selection and probably keep a default behaviour for short lists.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bugy/script-server/issues/208#issuecomment-483978502, or mute the thread https://github.com/notifications/unsubscribe-auth/AMVy7TEQvBJt-7GaeUAPIYXNH6Rxx-G2ks5vhtNtgaJpZM4c0anc .

yosefy avatar Apr 17 '19 07:04 yosefy

Maybe second answer from here can help?

https://stackoverflow.com/questions/63299745/how-to-highlight-certain-value-on-select-box-dropdown-first-time-expanding-list

RollingHog avatar Jul 16 '22 02:07 RollingHog