Skip to content

Commit

Permalink
fix: show cursor default value (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
nank1ro authored Dec 11, 2024
1 parent 5740788 commit 378c989
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.16.3

- **FIX**: `showCursor` default value in `ShadInputFormField`

## 0.16.2

- **FIX**: `ShadTabs` and `ShadResizable` lerp
Expand Down
2 changes: 1 addition & 1 deletion lib/src/components/form/fields/input.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ShadInputFormField extends ShadFormBuilderField<String> {
int? minLines,
bool expands = false,
super.readOnly,
bool? showCursor = false,
bool? showCursor,
int? maxLength,
MaxLengthEnforcement? maxLengthEnforcement,
VoidCallback? onEditingComplete,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shadcn_ui
description: shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
version: 0.16.2
version: 0.16.3
homepage: https://flutter-shadcn-ui.mariuti.com
repository: https://github.com/nank1ro/flutter-shadcn-ui
documentation: https://flutter-shadcn-ui.mariuti.com
Expand Down

0 comments on commit 378c989

Please sign in to comment.