forked from MapComplete/MapComplete
Add input validation
This commit is contained in:
parent
ef593654f4
commit
1488caf362
8 changed files with 66 additions and 17 deletions
|
@ -8,4 +8,5 @@ export abstract class InputElement<T> extends UIElement{
|
|||
|
||||
abstract IsValid(t: T) : boolean;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue