Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #179 from klarna/lock-code-input-on-load
Browse files Browse the repository at this point in the history
Lock CodePrompt input when loading
  • Loading branch information
xaviervia authored Nov 8, 2016
2 parents 0811117 + adcb754 commit 4458b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/CodePrompt/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function CodePrompt ({
value={value}
placeholder={label}
error={!!error}
disabled={loading}
/>

{error && <div className={classNames(classes.error)}>
Expand Down

0 comments on commit 4458b18

Please sign in to comment.