mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-14 08:52:37 +01:00
Better prompt
This commit is contained in:
@@ -31,7 +31,7 @@ export default class InputBox extends React.Component<IInputBoxProps> {
|
|||||||
onKeyUp={e => this.onKeyUp(e)}
|
onKeyUp={e => this.onKeyUp(e)}
|
||||||
onKeyDown={e => this.onKeyDown(e)}
|
onKeyDown={e => this.onKeyDown(e)}
|
||||||
className="expressionInput mono"
|
className="expressionInput mono"
|
||||||
placeholder="type an expression like '1>>2' or 'help' "
|
placeholder="type an expression like '23|45', '4 6 8', or 'help'"
|
||||||
autoComplete="off"/>
|
autoComplete="off"/>
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user