iOS:fix input show hintText

This commit is contained in:
pengfei.zhou 2020-04-30 18:43:57 +08:00 committed by osborn
parent f1a222f339
commit 87d9039b27

View File

@ -94,8 +94,11 @@ - (void)blendView:(UITextView *)view forPropName:(NSString *)name propValue:(id)
- (void)blend:(NSDictionary *)props {
[super blend:props];
}
- (void)requestLayout {
[super requestLayout];
[self updatePlaceholderLabel];
[self.view.superview setNeedsLayout];
}
#pragma mark - Doric-JS api