nicklockwood / FXForms

[DEPRECATED]
Other
2.93k stars 339 forks source link

Placeholder #416

Open resisi opened 9 years ago

resisi commented 9 years ago

Hey @nicklockwood When i set a placeholder to a field i still have this issue #138

May you can help me?

When i crate the field i set the placeholder like this.

@{
    FXFormFieldKey: dreamPartnerKey,
    FXFormFieldTitle:  NSLocalizedString(@"editProfile.dreamPartner", nil),
    FXFormFieldType: FXFormFieldTypeLongText,
    FXFormFieldAction : @"showInfo:",
    @"inputError" : [NSNumber numberWithBool:self.partnerError],
    @"infoButton.hidden" : @YES,
    FXFormFieldPlaceholder: NSLocalizedString( @"form.placeholder.text", nil )
},

image