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

Merged
ysCha merged 3 commits from dev into dev-deploy 2025-11-26 09:31:04 +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={{ options={{
allowNegative: false, allowNegative: false,
allowDecimal: false //(index !== 0), allowDecimal: true //(index !== 0),
}} }}
></CalculatorInput> ></CalculatorInput>
</div> </div>