Clear the input field for the alias registration component upon broadcast.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC9b065e2383aa: [Cashtab[Alias] Clear registration input after broadcast
activate alias flag in config
npm start
navigate to Alias.js, register a new alias and observe the input field being cleared afterwards
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
improve the state var organization in a separate diff and then rebase this.
cashtab/src/components/Alias/Alias.js | ||
---|---|---|
99 ↗ | (On Diff #42586) | aliasLength === aliasToRegister.length, this state var needs to go. can be a separate diff |
101 ↗ | (On Diff #42586) | need to move away from using these multi-typed inputs. so this is false or a string? also aliasToRegister === formData.aliasName ... needs to go. |