Janning Vygen
Janning Vygen
Same problem here. It is very difficult to find the reason why the selectbox was triggered when it is not visible at all. Setting my overlay to z-index: 1000000 helped.
It is such a wonderful project, but it is not up-to-date (again). I need to fix it locally to use spring 2.7.
You can fix it in your gradle build like this: ``` plugins { id 'org.springframework.boot' version "2.7.3" // to use ext['graphql-java.version'] this plugin is needed: id "io.spring.dependency-management" version "1.0.13.RELEASE" }...
Android hat kein Jaxb mit an Bord, soweit ich weiß. Und man kann es auf Android wohl auch nicht verwenden, da man keine Libs mit javax package hinzufügen darf. Ich...
I think we should keep the behavior and even extend `withClass` or we add some new methods addClass() and add(). Everybody should use the lib as he or she wants....
And with the release of spring 5 in the last few days this lib is incompatible with Spring5
I would love to see better java support. At least it should be documented how to use the lib with java. I tried yesterday to upgrade to 3.0 but failed.
We are not using for Android mobile. We are using it as a Java client for a graphql backend. We never used kotlin before.
I also think this behavior is really annoying. I often click a link again, to reload the news, restart the form input or just start from scratch. Vue should mimic...
I had a similar problem. Maybe [this issue](https://github.com/palantir/docker-compose-rule/issues/719#issue-1363139859) helps you.