-
Notifications
You must be signed in to change notification settings - Fork 284
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
new div is created every time date selected (date-range) + selection (inuse class) not removed when using clear button #457
Comments
thanks, its a bug, please provide a simple test case so I will be able to fix it sooner |
Do you know what create this and how to fix it? |
Haven't got the time to check it, you are free to debug / fix / pinpoint
the error line, my guess is that somewhere the selector is wrong and its
not aware of the fact that the div already there and creates it again
…On Wed, May 2, 2018 at 3:46 PM, lenamtl ***@***.***> wrote:
Do you know what create this and how to fix it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#457 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABmiXx2d-pluRi7HurNHZT9OpRo6igFWks5tuaq4gaJpZM4THDm0>
.
|
I think this bug should be fix as it may bring other issues probably the random issue I got with loclastorage. As You already fix the problem for range see #68 I will really appreciate... |
@lenamtl , please provide a simple test case page |
Hi, Anyway you should be able to reproduce easily I have 4 filters that are select2 and only one with date range On page load an extra div the one of the date_range (is duplicated) appear just before the ending span *If I select a date in calendar it is creating one extra div |
look at the following video to see how to get link of the raw file from github (hosted on rawgit "cdn") |
Thanks for the info. Here is the JSfiddle |
fixed |
Thanks a lot |
? |
@lenamtl hhhhhh.... No freaking idea how that was sent from my account...I mean I do have a clue, but still... |
I'd like to know if this is normal and the reason why these div are created.
I'm using date range uxsolutions/bootstrap-datepicker
and external filters
occurred in several browser
Every time I select a date
a new div is created, this is visible through the console
To reproduce select a from or to date and check in console
<div id="yadcf-filter-wrapper--13_4"></div>
see console results
![2018-04-04_11-39-25](https://user-images.githubusercontent.com/2241324/38318744-17039f4e-37fe-11e8-8190-1eb4bb5c9a48.png)
this seems similar to this #68
The text was updated successfully, but these errors were encountered: