Skip to content

Commit

Permalink
make string parameter input type be text
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jan 3, 2018
1 parent 37cec28 commit f4aa5fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function StringParameter({ id, label, value, setParameter }) {
<div className="kuiSideBarFormRow__control kuiFieldGroupSection--wide">
<input
className="kuiTextInput"
type="number"
type="text"
value={value}
onChange={handleChange}
/>
Expand Down

0 comments on commit f4aa5fc

Please sign in to comment.