Alex Inkin
Alex Inkin
- [ ] change provide of `TUI_NUMBER_FORMAT` to `Observable`
- [x] change `iconLeft`/`iconRight` to `iconStart`/`iconEnd`
Since internal structure would heavily change, let's move this issue to 4.0. Probably a fix would be just `xxx:disabled ~ * { pointer-events: none; }`
This will get fixed in 4.0 once we move to `:focus-visible` across the entire library.
This is something we will consider for 4.0 only, since after it is established, those paths that previously were internal will become kind of public for Module Federation users. So...
Will be fixed in the upcoming 4.0
I'm not sure what issue you're describing. Sure you cannot open the dropdown in server side as it's impossible to calculate its position. Or do you mean that it is...
Thank you for investigation. It should change to the real animation frame after CSR kicks in. Seems like something has changed in more recent Angular versions with hydration. We will...
I think we should first address the issue with the tokens not properly switching to the client side, it will most likely fix everything.