Globals / "src/renderer/components/input/search-input-url" / Props
Interface: Props#
Hierarchy#
↳ Props
Index#
Properties#
- autoSelectOnFocus
- className
- compact
- contentRight
- dirty
- iconLeft
- iconRight
- maxRows
- multiLine
- showValidationLine
- theme
- validators
- value
Methods#
Properties#
autoSelectOnFocus#
• Optional autoSelectOnFocus: boolean
Inherited from __type.autoSelectOnFocus
Defined in src/renderer/components/input/input.tsx:23
className#
• Optional className: string
Inherited from __type.className
Defined in src/renderer/components/input/input.tsx:21
compact#
• Optional compact: boolean
Defined in src/renderer/components/input/search-input-url.tsx:10
contentRight#
• Optional contentRight: string | React.ReactNode
Inherited from __type.contentRight
Defined in src/renderer/components/input/input.tsx:30
dirty#
• Optional dirty: boolean
Inherited from __type.dirty
Defined in src/renderer/components/input/input.tsx:26
iconLeft#
• Optional iconLeft: string | React.ReactNode
Inherited from __type.iconLeft
Defined in src/renderer/components/input/input.tsx:28
iconRight#
• Optional iconRight: string | React.ReactNode
Inherited from __type.iconRight
Defined in src/renderer/components/input/input.tsx:29
maxRows#
• Optional maxRows: number
Inherited from __type.maxRows
Defined in src/renderer/components/input/input.tsx:25
multiLine#
• Optional multiLine: boolean
Inherited from __type.multiLine
Defined in src/renderer/components/input/input.tsx:24
showValidationLine#
• Optional showValidationLine: boolean
Inherited from __type.showValidationLine
Defined in src/renderer/components/input/input.tsx:27
theme#
• Optional theme: \"round-black\"
Inherited from __type.theme
Defined in src/renderer/components/input/input.tsx:20
validators#
• Optional validators: InputValidator | InputValidator[]
Inherited from __type.validators
Defined in src/renderer/components/input/input.tsx:31
value#
• Optional value: T
Defined in src/renderer/components/input/input.tsx:22
Methods#
onChange#
▸ OptionalonChange(value: T, evt: ChangeEvent\<InputElement>): void
Inherited from __type.onChange
Defined in src/renderer/components/input/input.tsx:32
Parameters:
| Name | Type |
|---|---|
value |
T |
evt |
ChangeEvent\<InputElement> |
Returns: void
onSubmit#
▸ OptionalonSubmit(value: T): void
Inherited from __type.onSubmit
Defined in src/renderer/components/input/input.tsx:33
Parameters:
| Name | Type |
|---|---|
value |
T |
Returns: void