-
Notifications
You must be signed in to change notification settings - Fork 82
Add more Sample Option Attributes #207
Copy link
Copy link
Closed
Labels
dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementImprovement to an existing featureImprovement to an existing featurehelp wantedExtra attention is neededExtra attention is neededsample app 🖼source generator ⚙️
Milestone
Metadata
Metadata
Assignees
Labels
dev loop ➰For issues that impact the core dev-loop of building experimentsFor issues that impact the core dev-loop of building experimentsenhancementImprovement to an existing featureImprovement to an existing featurehelp wantedExtra attention is neededExtra attention is neededsample app 🖼source generator ⚙️
Related #149
Realized as we've been building more samples, that just having
boolandmulti-choiceas our options is a bit limiting, so wanted to list out some other simple scenarios forToolkitSample*OptionAttributes we may want in the future:ToolkitSampleCommandOptionAttributelabel+nameof(SomeMethodOnSampleClass)Buttonwithlabelcontent which will execute the command when clickedToolkitSampleTextOptionAttributetitle(as normal) +placeholderTextBoxwithplaceholdertext, allows user to type freeform textToolkitSampleSliderOptionAttributemin+max+step+initialSliderWe may also want a flag for MultiChoice to change whether it's radio buttons or a combobox?
We can always refer to our existing sample methods for ideas.