Skip to content

RENumberItem format don't work #265

@Foxy79

Description

@Foxy79

Sample:

@Property (strong, readwrite, nonatomic) RENumberItem *phoneItem;
.....

self.phoneItem = [RENumberItem itemWithTitle:@"Телефон" value:phoneNumber placeholder:@"(123) 456-7890" format:@"(XXX) XXX-XXXX"];
self.phoneItem.onEndEditing = ^(RENumberItem *item){
if ([item.value length]==10) {

    }

};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions