Skip to content

Cannot change keyboard type for an inline string editor #3

@cdarken

Description

@cdarken

I've tried this:

CBCellStringInlineEditor *usernameEditor = [CBCellStringInlineEditor cellWithTitle:NSLocalizedString(@"Display name", nil) 
valuePath:@"username"];
usernameEditor.keyboardType = UIKeyboardTypeAlphabet;

and this:

CBCellStringInlineEditor *emailEditor = [CBCellStringInlineEditor cellWithTitle:NSLocalizedString(@"Email", nil) 
valuePath:@"email" 
editor:[CBEditorStringInline editorWithKeyboardType:UIKeyboardTypeEmailAddress]];

but I always get the default keyboard.

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