1.1.3 • Published 6 years ago

mobile-search-input v1.1.3

Weekly downloads
4
License
ISC
Repository
gitlab
Last release
6 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

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago