Add 'employer' autocompletion
On the profile page, one has to type in the name of their employer (if applicable).
It would help for uniformity to have an auto-completed suggestion while typing, while still allowing the user to type in what they want (eg. employer new to the database).
HTML5's <input list="employers" />
sounds perfect for the job.