griest024
griest024
Bumping this. I would at least like an overload that supports an array of single type operators: ```ts pipe(...fns: Array): T ``` and the same for `Observable#pipe`.
> By default, a dropdown should either render a label text of what the dropdown is or one of the options as the selected value (i.e. shipping addresses, render the...
@xelaint we discussed this on a call, the component implementation will change significantly. You will probably have some styling to do after
@xelaint this is ready for you to do some styling and fix skeleton. I haven't touched keyboard navigation or accessbility yet
> TODO: An opened select should not be tabbable. Tab event needs to be blocked so focus is not lost on select. @griest024 done
@xelaint I added keyboard stuff
I disagree. I think the feature should only cover what happens on initial render. I also think that it should scroll the active item into view.
> So if you're on the "Extension" page and decide to refresh to page, you wouldn't want to see that the Extension page is still the selected item in the...
my proposed UX: - upon initial render (page load) the accordion that holds the active nested item (if the active one is nested) is expanded - upon initial render the...
use [`routerLinkActive`](https://angular.dev/guide/routing/router-tutorial#identify-the-active-route)