Skip to main content
cngx-src documentation

CngxPaginatorGoto

ComponentOnPushNo encapsulationv0.1.0WCAG AA

projects/ui/paginator/segments/paginator-goto.component.ts

Import#

import { CngxPaginatorGoto } from '@cngx/ui/paginator'

Description#

Go-to-page segment: a native <input type="number">.
Typing (or the spinner) navigates live via input; Enter / blur additionally clamp and re-sync the field. The brain clamps out-of-range values, so the field reflects the clamped page back. Accessible name from config (EN default, Pillar 2).

https://cngxjs.github.io/cngx/examples/#/ui/paginator/paginator-parts/goto/input

Metadata#

Dependencies#

CNGX_PAGINATOR_HOSTinject()host

Index#

Properties

Instance Properties#

config#unknown
ProtectedReadonly
injectPaginatorConfig()

Methods#

commit#void
Protected
commit(event: Event)
@parameventEvent