mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 2052: fix(ui-input-controls): Fix Dropdown Scrolling Issue on IPAD
fix(ui-input-controls): Fix Dropdown Scrolling Issue on IPAD Ref: #5505
This commit is contained in:
committed by
Lorenz Hilpert
parent
aee64d78e2
commit
0aeef0592b
@@ -1,6 +1,6 @@
|
||||
# Library Reference Guide
|
||||
|
||||
> **Last Updated:** 2025-11-20
|
||||
> **Last Updated:** 2025-11-25
|
||||
> **Angular Version:** 20.3.6
|
||||
> **Nx Version:** 21.3.2
|
||||
> **Total Libraries:** 72
|
||||
@@ -345,7 +345,7 @@ A collection of reusable row components for displaying structured data with cons
|
||||
**Location:** `libs/ui/item-rows/`
|
||||
|
||||
### `@isa/ui/layout`
|
||||
This library provides utilities and directives for responsive design in Angular applications.
|
||||
This library provides utilities and directives for responsive design and viewport behavior in Angular applications.
|
||||
|
||||
**Location:** `libs/ui/layout/`
|
||||
|
||||
@@ -399,7 +399,7 @@ This library was generated with [Nx](https://nx.dev).
|
||||
**Location:** `libs/utils/format-name/`
|
||||
|
||||
### `@isa/utils/positive-integer-input`
|
||||
This library was generated with [Nx](https://nx.dev).
|
||||
An Angular directive that ensures only positive integers can be entered into number input fields.
|
||||
|
||||
**Location:** `libs/utils/positive-integer-input/`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user