Changed: Convert password input to standard using pass font

This commit is contained in:
Qstick
2018-09-14 23:13:35 -04:00
parent e0108352c8
commit 713f643b1d
16 changed files with 42 additions and 11 deletions
+5 -1
View File
@@ -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,