-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
set_select
to set attr value to a select
This code change adds a new command `set_select` which allows setting the value of an attribute to a call to `select` and builds the dict using the KVs passed to it. Example call: ``` set_select <attr> <key_1> <value_1> <key_n> <value_n> ```
- Loading branch information
healthy-pod
committed
Apr 17, 2023
1 parent
7044e4b
commit fd73c9a
Showing
3 changed files
with
125 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters