Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

options.type as 'number' and options.width bug #163

@Romchik

Description

@Romchik

how to reproduce

$(el).editable(url, {
    type: 'number',
    width: 50
});

expected result

<input type="number" style="width:50px">

actual result

<input type="number" style="width:0">

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