tui-input-date issue with state management #10254
-
Hi, i have btw - i know that you are working on new Taiga UI version - any ideas when it is released? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Could you record a video of this bug? I'm not sure I understood how it plays out. When you type value into We haven't yet started v5, I expect it to be released in Q2. |
Beta Was this translation helpful? Give feedback.
It has this line:
https://github.com/taiga-family/taiga-ui/blob/main/projects/legacy/components/input-date/input-date.component.ts#L187
Looks like we should be ignoring
null
inwriteValue
if the internal value is alreadynull
. Please file a bug for this so we do not forget to check other components that might be affected similarly.