We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Greets,
I'm trying to get a textarea with a height 100% to work with autocomplete and I'm not having much luck...
Here's a fiddle without autocomplete turned on so you can see what I'm going for with the textarea in terms of height / width.
http://jsfiddle.net/nqZ5n/40/
With textcomplete on, it doesn't work at all: http://jsfiddle.net/nqZ5n/41/
I've tried a few ways to get the height 100% thing to work and I'm giving in and asking for some more help. :-)
Best, ~~Kenn
The text was updated successfully, but these errors were encountered:
try this. http://jsfiddle.net/nqZ5n/45/
$('textarea').textcomplete({/* ... */}).parent().css({ 'min-height': '100%', height: '100%', width: '100%', position: 'absolute', top: 0, left: 0 });
Sorry, something went wrong.
Perfect. You're awesome. Thanks again very much!
No branches or pull requests
Greets,
I'm trying to get a textarea with a height 100% to work with autocomplete and I'm not having much luck...
Here's a fiddle without autocomplete turned on so you can see what I'm going for with the textarea in terms of height / width.
http://jsfiddle.net/nqZ5n/40/
With textcomplete on, it doesn't work at all:
http://jsfiddle.net/nqZ5n/41/
I've tried a few ways to get the height 100% thing to work and I'm giving in and asking for some more help. :-)
Best,
~~Kenn
The text was updated successfully, but these errors were encountered: