1.1.3 • Published 5 years ago

mobile-search-input v1.1.3

Weekly downloads
4
License
ISC
Repository
gitlab
Last release
5 years ago
export interface ISearchInputProps {
    status?: 'non-active' | 'active' | 'with-value',
    placeholder: string,
    cancelText: string,
    style?: CSSProperties,
    onChange?: (event: {target: {value: string}}) => void,
    onClick?: (event?: {}) => void,
    onClose?: (event?: {}) => void,
    onFocus?: (event: {}) => void,
    onBlur?: (event: {}) => void,
    onCancel?: (event?: {}) => void,
    onSearch?: (event?: {}) => void
}
export interface ISearchInputState {
    inputStatus: string,
    inputValue: string
}
1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago