Skip to content

<input> inside moveable panel cannot be focued #8

@hellow554

Description

@hellow554
function SearchBar() {
    return <input />;
}

const panel = getPanel();
Object.assign(panel.wrapper.style, {
    top: "10vh",
    left: "10vw",
});
panel.setMovable(true);
panel.show();

render(SearchBar, panel.body);

this shows the panel correctly and it is moveable, but I cannot click into the input text nor can I enter text into it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions