作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个 flutter 错误:
W/IInputConnectionWrapper: getExtractedText on inactive InputConnection
_onClear() {
setState(() {
WidgetsBinding.instance
.addPostFrameCallback((_) => _textController.clear());
});
}
child: TextField(
maxLines: 2,
keyboardType: TextInputType.text,
textInputAction: TextInputAction.done,
autofocus: false, //setting this to true,false, or removing has no effect
controller: _textController,
textAlign: TextAlign.left,
decoration: InputDecoration(
labelText: "Enter",
hintText: "Enter",
hintStyle: TextStyle(
fontStyle: FontStyle.italic, color:
Colors.blueGrey),
suffix: IconButton(
icon: Icon(Icons.cancel),
onPressed: _onClear,
),
prefixIcon: Icon(Icons.search),
border: OutlineInputBorder(
borderRadius:
BorderRadius.all(Radius.circular(25.0)),
),
),
)), //textfield
最佳答案
如果您使用 PHP 脚本插入数据,那么您可能缺少像 这样的引号。 '$FiledName' .因为在纠正之后这对我有用。谢谢
关于 flutter 错误 : W/IInputConnectionWrapper: getExtractedText on inactive InputConnection,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57838831/
我有一个 flutter 错误: W/IInputConnectionWrapper: getExtractedText on inactive InputConnection 当我从 TextEdi
这是我的课: public class Insert extends Activity { EditText name,surname,age; Button insert;
当我点击 google 登录按钮时出现此错误:W/IInputConnectionWrapper(20367):在非 Activity 的 InputConnection 上显示StatusIcon
我是一名优秀的程序员,十分优秀!