mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
groups: restrict sigil color input to 6 hex chars
This commit is contained in:
parent
99875b2f45
commit
68961c484c
@ -367,7 +367,9 @@ export class ContactCard extends Component {
|
||||
onChange={this.sigilColorSet}
|
||||
defaultValue={defaultColor}
|
||||
key={"default" + defaultColor}
|
||||
onKeyPress={ e => !e.key.match(/[0-9a-f]/i) ? e.preventDefault() : null}
|
||||
onBlur={(() => this.setField("color"))}
|
||||
maxLength={6}
|
||||
style={{
|
||||
resize: "none",
|
||||
height: 40,
|
||||
|
Loading…
Reference in New Issue
Block a user