Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Version 25.03.X
Fixes:
- [star-rating] Fix consent text limit counter

Enterprise Fixes:
- [active-users] Fixed bug related to selecting calculation ranges. As a result, some dates were previously calculated on incomplete data set.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
maxlength="95"
:placeholder="i18n('rating.drawer.consent.placeholder')"
v-model="value.finalText"
show-word-limit
>
<span
class="el-input__count"
Expand Down
Loading