outpostHQ/numl

ID with numbers don't work in context selectors

Closed this issue · 0 comments

Example

<nu-checkbox id="ch1"  labelledby="prev-1" >
	 <nu-card hide="n #ch1:pressed[y]">IMAGE</nu-card>
</nu-checkbox>

Generates wrong selector [nu-id="ch"][nu-pressed] instead of [nu-id="ch1"][nu-pressed].

Expected Behavior

NUDE should respect IDs with numbers.