alpinejs / alpine

A rugged, minimal framework for composing JavaScript behavior in your markup.
https://alpinejs.dev
MIT License
27.92k stars 1.22k forks source link

Comma modifier to keyup and keydown events #4170

Closed mikko-ahonen closed 4 months ago

mikko-ahonen commented 4 months ago

I have a need to use comma as a separator in autocomplete I am implementing with Alpine. I guess this is an occasional need, as comma is a thousands separator in some countries and decimal separator in others.

calebporzio commented 4 months ago

Sounds good!