Fix tab causing textbox placeholder to fill in (#5592)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
12e9eb0073
Коммит
09ee8e8a58
@@ -84,7 +84,9 @@ export default class AutosizeTextarea extends React.Component {
|
|||||||
<textarea
|
<textarea
|
||||||
ref='reference'
|
ref='reference'
|
||||||
style={{height: 'auto', width: '100%'}}
|
style={{height: 'auto', width: '100%'}}
|
||||||
value={value || placeholder}
|
disabled={true}
|
||||||
|
value={value}
|
||||||
|
placeholder={placeholder}
|
||||||
rows='1'
|
rows='1'
|
||||||
{...otherProps}
|
{...otherProps}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user