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

Commit

Permalink
Lock CodePrompt input when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Amborn committed Nov 8, 2016
1 parent 0811117 commit adcb754
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 adcb754

Please sign in to comment.