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.

Input Width / Height Issue + Fix #137

@neotropic2023

Description

@neotropic2023

FAILS:
if (settings.width != 'none') {input.attr('width', settings.width); }

WORKS:
if (settings.width != 'none') {input.css('width', settings.width); }

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