-
- {LINEAR_ESTIMATE_PRESETS.map((estimate) => (
-
- ))}
-
-
setEstimateInput(event.target.value)}
- onKeyDown={(event) => {
- if (event.key === 'Enter') {
- event.preventDefault()
- handleEstimateSubmit()
- }
- }}
- inputMode="numeric"
- placeholder={translate(
- 'auto.components.LinearItemDrawer.fbb90300e2',
- 'Custom estimate'
- )}
- className="h-8 text-sm"
- />
-
-
-
-
-
-