Skip to content

Commit

Permalink
Merge pull request #705 from Goyapa/issue-676-set-domain-whitelist
Browse files Browse the repository at this point in the history
Issue-676 add addOnBlur preventing loss of domain-whitelist settings
  • Loading branch information
cvle authored Jun 23, 2017
2 parents b805451 + bc87805 commit 1c84406
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const PermittedDomainsStep = (props) => {
<TagsInput
value={domains}
inputProps={{placeholder: 'URL'}}
addOnBlur={true}
addOnPaste={true}
pasteSplit={(data) => data.split(',').map((d) => d.trim())}
onChange={(tags) => handleDomainsChange(tags)}
Expand Down

0 comments on commit 1c84406

Please sign in to comment.