mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +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)}
|
||||
onKeyDown={e => this.onKeyDown(e)}
|
||||
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"/>
|
||||
</React.Fragment>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user