Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Range hover selection not showing #344

Closed
maranyil opened this issue Jul 27, 2022 · 3 comments
Closed

Range hover selection not showing #344

maranyil opened this issue Jul 27, 2022 · 3 comments

Comments

@maranyil
Copy link

Hello there!
I'm using Revogrid in a Vue2 project and SCSS and tailwind as primary styling languages. Everything works great, but the range selector does not appear. Not when I want to copy values or select multiple rows. (The range function is enabled and works fine).

@sven42
Copy link

sven42 commented Aug 3, 2022

Hello,

same here with Bootstrap 5.

In dom-tree I can find the following element:

<revogr-temp-range class="" style="" hidden=""></revogr-temp-range>

The problem seems to be that the HTML5 [hidden] attribute is getting normalized by Bootstrap.

For me, the current work around is to reset this css setting for revo-grid:

revo-grid [hidden] {
    display: initial !important;
}

@xcchcaptain
Copy link

#344 (comment)
thanks ,this worked for me

@Goston
Copy link

Goston commented Aug 4, 2022

#344 (comment)

Thanks, this saved my life!

Repository owner locked and limited conversation to collaborators Jul 12, 2024
@revolist revolist converted this issue into discussion #454 Jul 12, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants