RonenNess / GeonBit.UI

UI system for MonoGame projects.
MIT License
466 stars 63 forks source link

SlugValidator not operating as advertised #64

Closed jnciesla closed 6 years ago

jnciesla commented 6 years ago

GeonBit.UI.Entities.TextValidators.SlugValidator() documentation states it should "make sure input contains only letters, numbers, underscores or hyphens (and optionally spaces)." However, upon implementation, SlugValidator only accepts letters, underscores, and hyphens and does not allow numbers.

RonenNess commented 6 years ago

Fixed, thanks!