OctoPrint-BedLevelVisualizer icon indicating copy to clipboard operation
OctoPrint-BedLevelVisualizer copied to clipboard

[FR]: support dropdown lists for param inputs

Open git-rz opened this issue 1 year ago • 2 comments

As a mobile user of the web ui, changing the command parameters using keyboard entry is tedious.

To make it easier, I'd like to be able to use dropdown lists.

You could add a real nice UI for this within the Command Editor screen, or you could just add a special syntax for the default value box that is already there:

Label Parameter Default
Tool t {{0,1}}

image

Bonus if the dropdown options can be tested out / render in the button that is used to save & dismiss the editor dialog.

git-rz avatar Apr 25 '23 23:04 git-rz

This issue has been automatically marked as stale because it has not had activity in 14 days. It will be closed if no further activity occurs in 7 days

github-actions[bot] avatar May 10 '23 01:05 github-actions[bot]

Neat idea. Implementation may be tricky because of how knockout binds data/values but I could see about implementing this.

jneilliii avatar May 10 '23 02:05 jneilliii