We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a537ca3 commit 2722daaCopy full SHA for 2722daa
src/components/FormInputs.ts
@@ -96,7 +96,7 @@ export class DropDownInputComponent<Value extends string> extends InputForm<Valu
96
dropDownPopover.showPopover();
97
content.setValue(Grid(
98
Items(asRef(dropdown), item =>
99
- Button(item)
+ Button(this.valueRender(item as Value))
100
.setStyle(ButtonStyle.Inline)
101
.onClick(() => {
102
this.setValue(item as Value);
0 commit comments