Skip to content

Commit 2722daa

Browse files
committed
Stuff
1 parent a537ca3 commit 2722daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FormInputs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class DropDownInputComponent<Value extends string> extends InputForm<Valu
9696
dropDownPopover.showPopover();
9797
content.setValue(Grid(
9898
Items(asRef(dropdown), item =>
99-
Button(item)
99+
Button(this.valueRender(item as Value))
100100
.setStyle(ButtonStyle.Inline)
101101
.onClick(() => {
102102
this.setValue(item as Value);

0 commit comments

Comments
 (0)