Im-Kevin / cool_ui

用flutter实现一些我认为好看的UI控件,有Popover,仿Weui的Toast,自定义键盘
Apache License 2.0
460 stars 74 forks source link

TextField设置初始值后,无法再输入 #19

Closed hjlxy closed 5 years ago

hjlxy commented 5 years ago

controller: TextEditingController.fromValue(TextEditingValue( text: '123',))