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

Feature enhancement: Standard CSS height properties for compatibility with flexbox. #16

Closed
bdiz opened this issue Oct 9, 2017 · 2 comments

Comments

@bdiz
Copy link

bdiz commented Oct 9, 2017

I'm using flexbox to resize the elements in my app. CSS height property needs to be changed on the ace editor, but seems the height control here in ember-ace is lines|minLines|maxLines.

Is it possible to use CSS height|max-height|min-height properties to resize ember-ace editor?

@webhive
Copy link

webhive commented Nov 3, 2017

Absolutely agree. It could be gret.

@dfreeman
Copy link
Owner

Apologies for how long this issue sat! What you're describing was actually possible in pre-1.0 releases of this addon, but broke when we added a wrapper div to support autosuggest. You should be able to accomplish this with the editorClass property that was added in 1.3.0.

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

No branches or pull requests

3 participants