Skip to content

Commit

Permalink
Show form feedback on input (#14655)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Oct 13, 2020
1 parent e12f289 commit 0475ef5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ export const OptionsPage: React.FunctionComponent<OptionsPageProps> = ({
className={classNames(deriveInputClassName(urlState))}
>
<input
className="form-control"
className={classNames('form-control', deriveInputClassName(urlState))}
id="sourcegraph-url"
type="url"
pattern="^https://.*"
Expand Down

0 comments on commit 0475ef5

Please sign in to comment.