iOS:fix input show hintText
This commit is contained in:
parent
f1a222f339
commit
87d9039b27
@ -94,8 +94,11 @@ - (void)blendView:(UITextView *)view forPropName:(NSString *)name propValue:(id)
|
||||
|
||||
- (void)blend:(NSDictionary *)props {
|
||||
[super blend:props];
|
||||
[self updatePlaceholderLabel];
|
||||
[self.view.superview setNeedsLayout];
|
||||
}
|
||||
|
||||
- (void)requestLayout {
|
||||
[super requestLayout];
|
||||
[self updatePlaceholderLabel];
|
||||
}
|
||||
|
||||
#pragma mark - Doric-JS api
|
||||
|
Reference in New Issue
Block a user