Auto-focus modal 'OK' button to allow keypress
This commit is contained in:
committed by
Dan Flettre
parent
ed0f05abc4
commit
4bb2056bc9
@@ -17,7 +17,8 @@ module.exports = class ModalOKCancel extends React.Component {
|
|||||||
className='control ok'
|
className='control ok'
|
||||||
primary
|
primary
|
||||||
label={okText}
|
label={okText}
|
||||||
onClick={onOK} />
|
onClick={onOK}
|
||||||
|
autoFocus />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user