[1308] 촌에 소수점 입력 - {pitchText} #432

Merged
ysCha merged 3 commits from dev into prd-deploy 2025-11-26 09:31:31 +09:00
Showing only changes of commit aeb457e5ec - Show all commits

View File

@ -98,7 +98,7 @@ export default function Gable({ pitchRef, offsetRef, widthRef, radioTypeRef, pit
}}
options={{
allowNegative: false,
allowDecimal: false //(index !== 0),
allowDecimal: true //(index !== 0),
}}
></CalculatorInput>
</div>