forked from MapComplete/MapComplete
End of huge refactoring: cleaner input elements
This commit is contained in:
parent
14a5c7406a
commit
8026e99824
10 changed files with 59 additions and 22 deletions
|
@ -1,5 +1,6 @@
|
|||
import {TagRenderingOptions} from "../TagRendering";
|
||||
import {And, Tag} from "../../Logic/TagsFilter";
|
||||
import {UIElement} from "../../UI/UIElement";
|
||||
|
||||
|
||||
export class NameInline extends TagRenderingOptions{
|
||||
|
@ -8,7 +9,7 @@ export class NameInline extends TagRenderingOptions{
|
|||
return string.charAt(0).toUpperCase() + string.slice(1);
|
||||
}
|
||||
|
||||
constructor(category: string) {
|
||||
constructor(category: string ) {
|
||||
super({
|
||||
question: "",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue