Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJosh Coleman
1,359 PointsPossible to turn off auto-fill?
Is it possible to turn off the function that auto completes code, namely completing tags and such? I find it gets in the way more than helps.
Josh Coleman
1,359 PointsNo, not a coding question, it was a question about the treehouse workspace application itself. Nevermind, I'm assuming there's no way to change that setting.
1 Answer
Jenn Chu
Courses Plus Student 18,400 PointsHi Josh,
I'm actually trying to do the opposite, mines never auto completes the code... I'm wondering if it is a Mac only thing or that if it doesn't do it on the workspace in the treehouse browser... maybe someone knows?
Shahar Polak
5,756 PointsShahar Polak
5,756 PointsHi Josh,
I guess you are talking about input fields, so what I can suggest is to add the attribute autocomplete to the input and set it to off, like so:
<input type="email" name="email" autocomplete="off">