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

fix(editors): Autocomplete list should be using same width as cell width #846

Merged
merged 2 commits into from
Dec 13, 2022

Conversation

ghiscoding
Copy link
Owner

  • autocomplete dropdown list should be the same as the parent cell width, if the user really wants the list to be wider, he can simply define it through css

before

CSS width: auto

image

after

width should be undefined, which is the same as the original lib

image

@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@a7a626c). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             master      #846   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?       240           
  Lines             ?     16406           
  Branches          ?      5785           
==========================================
  Hits              ?     16406           
  Misses            ?         0           
  Partials          ?         0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ghiscoding ghiscoding merged commit 0055f8a into master Dec 13, 2022
@ghiscoding ghiscoding deleted the bugfix/autocomplete-styling-width branch December 13, 2022 02:22
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

Successfully merging this pull request may close these issues.

1 participant