This web block was implemented as a response to this post on the forum:
https://www.outsystems.com/forums/discussion/79843/outsystems-ui-animated-label-is-not-working-for-dropdown/
The issue was resolved: "I am using an animated label with dropdown as input. The label is not moving up when I focus on the dropdown"
DropdownSearchWithAnimatedLabel allows using Outsystems UI Animated Label with Dropdown Search. This was implemented because Animated Label doesn`t support work with Dropdown-Search and there is no straightforward way to implement it without using custom javascript.
One more issue that was addressed: the Animated Label widget's ExtendedClass property is not appending the conditional style class based on the runtime change in condition. We are appending the "active" class in custom javascript calls.