mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-03 23:00:26 +08:00
fixed: 解决textfield的路径问题
This commit is contained in:
@ -73,7 +73,7 @@ class SearchHistoryList {
|
||||
}
|
||||
|
||||
add(SearchHistory item) {
|
||||
print("_searchHistoryList> ${_searchHistoryList.length}");
|
||||
print("add item to serach history ${item.targetRouter}");
|
||||
for (SearchHistory value in _searchHistoryList) {
|
||||
if (value.name == item.name) {
|
||||
return;
|
||||
|
@ -34,7 +34,7 @@ const String _textFieldText2 = """### **进阶用法**
|
||||
""";
|
||||
|
||||
class Demo extends StatefulWidget {
|
||||
static const String routeName = 'elements/Form/Input/TextField';
|
||||
static const String routeName = 'element/Form/Input/TextField';
|
||||
|
||||
@override
|
||||
_DemoState createState() => _DemoState();
|
||||
|
Reference in New Issue
Block a user