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

Add click event listener #7

Closed
ado2000 opened this issue Aug 7, 2020 · 2 comments · Fixed by #10
Closed

Add click event listener #7

ado2000 opened this issue Aug 7, 2020 · 2 comments · Fixed by #10
Milestone

Comments

@ado2000
Copy link

ado2000 commented Aug 7, 2020

Hi, is there a way to catch the click event ?

So, when a user click on a chip, we can do something, like show the chip detail or edit the chip data.

Thanks

@ado2000
Copy link
Author

ado2000 commented Dec 8, 2020

Hi Javier,
thanks a lot, is the new 2.2.0 version available on Vaadin portal / Maven ?

Bye

@javier-godoy
Copy link
Member

Hello. Not yet but it should be released next week (2.2.0 is code frozen, but we are currently discussing some Commit Message Guidelines in order to facilitate browsing the commit history, because it's difficult to tell the real changes apart from demo improvements; and we would like to do the release after rewriting the commit history based on those guidelines).

Meanwhile, you can use 2.2.0-SNAPSHOT from:

<repository>
    <id>FlowingCode Snapshots</id>
    <url>https://maven.flowingcode.com/snapshots</url>            
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
    <releases>
        <enabled>false</enabled>
    </releases>
</repository>

The snapshot was built on Nov 19th, and as I mentioned above, there will be no more changes to the addon code.

ngonzalezpazFC added a commit that referenced this issue Dec 11, 2020
javier-godoy pushed a commit that referenced this issue Dec 16, 2020
@javier-godoy javier-godoy changed the title Click event Add click event listener Dec 17, 2020
@paodb paodb moved this to Done in Flowing Code Addons May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants