root
root: object
class
class: string = concat(SEARCH, this.attrs.ww && this.attrs.ww.class)
placeholder
placeholder: string = (this.attrs.ww && this.attrs.ww.placeholder) || ''
readOnly
readOnly: boolean = (this.attrs.ww && this.attrs.ww.readOnly) || null
value
value: string = (this.attrs.ww && this.attrs.ww.value) || ''
onfocus
- onfocus(e: KeyboardEvent): void
oninput
- oninput(e: KeyboardEvent): void
onkeydown
- onkeydown(e: KeyboardEvent): void
onkeyup
- onkeyup(e: KeyboardEvent): void
Search provides an input that can be used in the ui for a search engine.