mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Changed: Convert password input to standard using pass font
This commit is contained in:
@@ -24,6 +24,10 @@ class TextInput extends Component {
|
||||
|
||||
componentWillUnmount() {
|
||||
window.removeEventListener('mouseup', this.onDocumentMouseUp);
|
||||
|
||||
if (this._selectionTimeout) {
|
||||
this._selectionTimeout = clearTimeout(this._selectionTimeout);
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
@@ -171,7 +175,7 @@ TextInput.propTypes = {
|
||||
};
|
||||
|
||||
TextInput.defaultProps = {
|
||||
className: styles.text,
|
||||
className: styles.input,
|
||||
type: 'text',
|
||||
readOnly: false,
|
||||
autoFocus: false,
|
||||
|
||||
Reference in New Issue
Block a user