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

When I Click "Add to My Calendar" Button, Nothing Happens? #730

Open
VikR1000 opened this issue Jan 7, 2022 · 4 comments
Open

When I Click "Add to My Calendar" Button, Nothing Happens? #730

VikR1000 opened this issue Jan 7, 2022 · 4 comments

Comments

@VikR1000
Copy link

VikR1000 commented Jan 7, 2022

The "Add to My Calendar" button appears, but when I click on it, nothing happens.

Looking at html via "inspect", I see:

<div class="chq-atc"><button type="button" class="chq-atc--button"><svg width="20px" height="20px" viewBox="0 0 1024 1024"><path d="M704 192v-64h-32v64h-320v-64h-32v64h-192v704h768v-704h-192z M864 864h-704v-480h704v480z M864 352h-704v-128h160v64h32v-64h320v64h32v-64h160v128z"></path></svg> Add to My Calendar</button></div>

...in other words, I see no "onClick" function, no dropdown menu, etc.

What am I missing?

@nazhimkalam
Copy link

Same issue encountered, seems like this library has some issues with other 3rd libraries like material-ui dropdowns when used in the same page to render

@nazhimkalam
Copy link

I figured out an alternate solution to this, I created an overlay component and added the "Add to My Calendar" Component and the issue was resolved, this is because there are some conflicts with the material UI components or any other if u using it in the same page or place

@nazhimkalam
Copy link

The "Add to My Calendar" button appears, but when I click on it, nothing happens.

Looking at html via "inspect", I see:

<div class="chq-atc"><button type="button" class="chq-atc--button"><svg width="20px" height="20px" viewBox="0 0 1024 1024"><path d="M704 192v-64h-32v64h-320v-64h-32v64h-192v704h768v-704h-192z M864 864h-704v-480h704v480z M864 352h-704v-128h160v64h32v-64h320v64h32v-64h160v128z"></path></svg> Add to My Calendar</button></div>

...in other words, I see no "onClick" function, no dropdown menu, etc.

What am I missing?

checkout if my solution worked for your case

@Avasam
Copy link

Avasam commented Apr 12, 2022

Maybe related? #601

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