. step: getStepForUnit(unit) / 100, // Show the value input and unit only when the value is not a keyword. showInput: !isKeywordValue, showUnit: !isKeywordValue, unit, unitOptions: ["em", "rem", "px"], value, // Show the value as a read-only label if it's a keyword. valueLabel: isKeywordValue ? this.props.value : null, }); } } module.exports = LetterSpacing; PK