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

Input Width / Height Issue + Fix #137

Closed
neotropic2023 opened this issue Nov 3, 2014 · 1 comment
Closed

Input Width / Height Issue + Fix #137

neotropic2023 opened this issue Nov 3, 2014 · 1 comment

Comments

@neotropic2023
Copy link

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

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

NicolasCARPi added a commit that referenced this issue Dec 18, 2017
@NicolasCARPi
Copy link
Owner

Hello,

Thank you for your contribution. This issue has been fixed :)

Cheers,
~Nico

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants