Skip to content

Commit 2b51b87

Browse files
Update daterangepicker-hide-labels.md (#2970)
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent 0ed2f6e commit 2b51b87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

knowledge-base/daterangepicker-hide-labels.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ To make sure you are only styling the desired instance of the DateRangePicker (a
3131

3232
````RAZOR
3333
<style>
34-
.daterangepicker-no-labels .k-label {
34+
/* version 5.1.1 and below */
35+
.daterangepicker-no-labels .k-label,
36+
/* version 6.0.0 and above */
37+
.daterangepicker-no-labels .k-floating-label {
3538
display: none;
3639
}
3740

0 commit comments

Comments
 (0)