forked from MapComplete/MapComplete
Finishing refactoring
This commit is contained in:
parent
8026e99824
commit
00d95c4be1
8 changed files with 86 additions and 57 deletions
|
@ -27,8 +27,7 @@ export class RadioButton<T> extends InputElement<T> {
|
|||
return elements[selectedIndex].GetValue()
|
||||
}
|
||||
}
|
||||
), elements.map(e => e.GetValue()))
|
||||
;
|
||||
), elements.map(e => e.GetValue()));
|
||||
|
||||
this.value.addCallback((t) => {
|
||||
self.ShowValue(t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue