Birk Johansson

Results 18 issues of Birk Johansson

Adds `selector-bar` as a resource. --- ### Description Should look into adding a script for automatically including all components that have translations. --- ### Checklist - [ ] API docs...

--- ### Description Adds `tabIndex` to chip component. I followed the pattern for the use of other `tabIndex`, but I wonder why this is a `string` and not `number`? Also...

### Key features 1. Add types for the QueryResult based on the Query. So the `query`-keys are typed on the `data` object when not passing in a generic type to...

### Motivation `useDataQuery` is great for simple use cases, especially for queries that are independent and fired only once. It's also incredibly easy to fire a request in an app-platform...

--- ### Description Fixes a minor typo in `className`. Note the lower case `n`. This caused className to not be functional at all. ---

Implements [LIBS-702](https://dhis2.atlassian.net/browse/LIBS-702) --- ### Description In OrganisationUnitTree component, you can pass roots that are descendants of other roots, e.g. if you pass where OrgUnitB is a descendant of OrgUnitA and...