Skip to content

Commit

Permalink
fix uppercase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-ishita-g committed Dec 25, 2024
1 parent d8a2143 commit 032f6b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/ui/flow/space/join/join_space_view_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class JoinSpaceViewNotifier extends StateNotifier<JoinSpaceViewState> {

void onChange(String value, int index) {
_handleTextChange(index);
state.controllers[index].text = state.controllers[index].value.text.toUpperCase();
_getInvitationCode();
}

Expand Down

0 comments on commit 032f6b3

Please sign in to comment.