Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pub/framework/voltron/dio-5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
open-hippy authored Nov 6, 2023
2 parents 5eb9e5b + 35587da commit 18bc30e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ - (void)setKeyboardType:(UIKeyboardType)keyboardType {
self.text = tempPwdStr;
}

- (void)setReturnKeyType:(UIReturnKeyType) returnKeyType{
[super setReturnKeyType:returnKeyType];
if([self isFirstResponder]){
[self reloadInputViews];
}
}

- (void)setEditable:(BOOL)editable {
_editable = editable;
[self setEnabled:editable];
Expand Down

0 comments on commit 18bc30e

Please sign in to comment.