XFlutter & Git
2022年12月12日星期一
add Done button over numeric keyboard on iOS App
TextField(
keyboardType: const TextInputType.numberWithOptions(
signed: true,
decimal: true),
maxLength: 10,
inputFormatters: [FilteringTextInputFormatter.
digitsOnly
],
),
沒有留言:
發佈留言
較新的文章
較舊的文章
首頁
訂閱:
發佈留言 (Atom)
沒有留言:
發佈留言