forked from MapComplete/MapComplete
Small usability tweaks
This commit is contained in:
parent
bfd818cb38
commit
32606856f9
7 changed files with 43 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { Translation } from "../UI/i18n/Translation"
|
||||
|
||||
export function placeholder(htmlElement: HTMLInputElement, t: Translation) {
|
||||
export function placeholder(htmlElement: HTMLInputElement | HTMLTextAreaElement, t: Translation) {
|
||||
let destroy: () => void = undefined
|
||||
|
||||
t.current.map(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue