Skip to content

Creatable not support input.focus(). #1437

@m-basarab

Description

@m-basarab

Hi. I am trying to focus on Creatable using:
ref={(input)=>{
if(input!=null){
input.focus();
}
}};
, but I can't.
https://plnkr.co/edit/LaTJN70HFRNRuFMR6vpn?p=preview

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