부분 중단share-external
Number field with decimals
1

When using a TextInput with input-type="number", there is no way of adding decimals to that field. Our use case is we are asking a client to enter an amount and they can only enter numbers but not decimals.

Is there any fix for that? or plan release to support decimals?

Thanks

Pablo
질문함 약 한 달 전
선택한 답변
2

Hi Pablo, currently this is not supported and there is no plan to support that yet. To unblock your development, you could try using input-type="text" and parsing it to float in your backend.

10월 14일 오전 7:53
Flávio