Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 109 forks source link

'Bottom' position rendering over field #133

Open matt-moon opened 8 years ago

matt-moon commented 8 years ago

Using 0.5.1, when setting position to 'bottom' ('top' works fine), I'm seeing the container overlap the input field, so the user can't see what's being typed. Tried to correct by adding some css, but no luck. Can the position of the container be adjusted easily?

TristanWiley commented 7 years ago

Also experiencing this

bmcgonag commented 6 years ago

I'm also seeing this issue.

I'm using Blaze with Meteor 1.5.x, and the Materialize library for styling.