Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving editable.js to include type='text' #2

Open
kirichkov opened this issue Feb 23, 2010 · 0 comments
Open

Improving editable.js to include type='text' #2

kirichkov opened this issue Feb 23, 2010 · 0 comments

Comments

@kirichkov
Copy link

Currently editable.js created the default input element without type='text'. Giving it a type the input can be styled using css selectors, e.g. input[type=text]

This can be easily achieved by adding the following line right after line 117:

this.editField.element.type = 'text';

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

No branches or pull requests

1 participant