projectcaluma / ember-caluma

Ember.js addons for Caluma
https://docs.caluma.io/ember-caluma/
GNU Lesser General Public License v3.0
18 stars 22 forks source link

Form builder: Dropdowns in tables can't be opened #109

Closed JohnL17 closed 5 years ago

JohnL17 commented 5 years ago

The values of the dropdowns do not appear although the arrow change it's direction.

czosel commented 5 years ago

@fkm Is there really something to review here? This ticket is asking for a generic solution (inside ember-caluma).

fkm commented 5 years ago

Not really. It's the z-index fix I committed in the project repository.

I just wanted mark it as not to-do and not complete. But thinking about it I might have to add some documentation to ember-caluma to mark this ticket as done/in-review.

czosel commented 5 years ago

We should probably think about how hard-linked ember-caluma is to specific UI libraries / UIkit in the first place.

fkm commented 5 years ago

Decoupling ember-caluma from predefined designs would be helpful. But in the name of efficiency I recommend we keep UIkit until we have completed the main business logic to avoid having to think about design during the development of core 'backend' features.

czosel commented 5 years ago

@JohnL17 Can you try to apply the fix documented in #142?