Skip to content

Commit

Permalink
fix: out of focus issue when typing (#3895)
Browse files Browse the repository at this point in the history
  • Loading branch information
simson1 authored Nov 6, 2024
1 parent be9a45e commit b898247
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ const DataSeriesFormSettings = ({ cardConfig, onChange, i18n }) => {
<div className={`${baseClassName}--input`}>
<TextInput
id={`${id}_decimal-precision`}
key={content?.decimalPrecision}
labelText={mergedI18n.decimalPrecisionLabel}
light
type="number"
Expand All @@ -135,7 +134,6 @@ const DataSeriesFormSettings = ({ cardConfig, onChange, i18n }) => {
<div className={`${baseClassName}--input`}>
<TextInput
id={`${id}_maximum_data_points`}
key={content?.maximumDataPoints}
labelText={mergedI18n.maximumDataPoints}
light
type="number"
Expand Down

0 comments on commit b898247

Please sign in to comment.