[BUG] [PrizmFileUploadComponent] Некорректно работает метод clearFiles #1848
Labels
priority:urgently
"Tag: priority:urgently — Marks tasks or issues that require immediate attention and action. These a
source:idp
issue from IDP
state:ready
ready for release (pass tested)
type:bug
Something isn't working
Milestone
Библиотека
@prizm-ui/core
@prizm-ui/components
@prizm-ui/install
@prizm-ui/icons
@prizm-ui/flag-icons
@prizm-ui/theme
@prizm-ui/charts
@prizm-ui/ast
@prizm-ui/nx-plugin
Компонент
PrizmFileUploadComponent
Версия
Браузер:
Google Chrome Версия 126
Dependencies:
@prizm-ui/components 3.14.0
Описание проблемы
При вызове метода
clearFiles
с параметром{ emitEvent: false }
все равно происходит отправка вfilesChange
, чего происходить не должно. Проблема в том что данный параметр не прокидывает к циклу с вызовомremoveFile
.Решение
The text was updated successfully, but these errors were encountered: