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'
|
||||
primary
|
||||
label={okText}
|
||||
onClick={onOK} />
|
||||
onClick={onOK}
|
||||
autoFocus />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user