Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update verbose #60

Merged
merged 1 commit into from
Dec 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [3.3.0] - 2020/12/30
* Update: `inputFormatter` replace with `inputFormatters` to keep same as TextField.
* Remove: Unused assert, Default inputFormatters.

## [3.2.0] - 2020/12/29
* New: Cursor display #56
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,7 @@ final String obscureText;
## Notice ⚠️

### Version 3.2.0
`Cursor` property would override `HintText` due to the conflict display in same paint bound.

### Version 2.0.0
Please set the selection when you set the text programmatically, just like [this](https://github.com/TinoGuo/pin_input_text_field/blob/77dee70a8da25b11eae96f5a03842e5a67174a80/example/lib/main.dart#L81).

Don't set the selection in lib code since if it will cause dead loop in iOS. 🤔
`Cursor` property would override `HintText` due to the conflict display in same paint position.

**If you have any idea, please make a [Pull Request](https://github.com/TinoGuo/pin_input_text_field/pulls).**

Expand Down
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ final bool isTextObscure;
final String obscureText;
```

## 2.0.0版本注意事项 ⚠️
如果你在程序中手动设text,请把selection也同时赋值,参考[这个](https://github.com/TinoGuo/pin_input_text_field/blob/77dee70a8da25b11eae96f5a03842e5a67174a80/example/lib/main.dart#L81).
## 注意点 ⚠️

不能在里面设置选中点,如果这么做会导致iOS设备死循环.
### 3.2.0
`Cursor`会覆盖`HintText`设置,因为`Cursor`和`HintText`在同一个位置上.

**如果你有什么好的建议,请提PR,谢谢.**
**如果你有什么好的建议,请提[Pull Request](https://github.com/TinoGuo/pin_input_text_field/pulls),谢谢.**

## 已知问题 🥶

Expand Down
Binary file modified gifs/boxloose.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gifs/boxtight.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gifs/circle.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gifs/underline.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.