End of huge refactoring: cleaner input elements

This commit is contained in:
Pieter Vander Vennet 2020-07-20 21:03:55 +02:00
parent 14a5c7406a
commit 8026e99824
10 changed files with 59 additions and 22 deletions

View file

@ -22,4 +22,5 @@ const buttons = new RadioButton<number>(
], false
).AttachTo("maindiv");
buttons.GetValue().addCallback(console.log);