mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-01-12 22:51:51 +08:00
Fix textFieldDidChange to fire onChange
This commit is contained in:
@@ -83,6 +83,8 @@
|
||||
- (void)textFieldDidChange:(REFormattedNumberField *)textField
|
||||
{
|
||||
self.item.value = textField.unformattedText;
|
||||
if (self.item.onChange)
|
||||
self.item.onChange(self.item);
|
||||
}
|
||||
- (void)textFieldDidEndEditing:(UITextField *)textField{
|
||||
if (self.item.onEndEditing)
|
||||
|
||||
Reference in New Issue
Block a user