playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
667 stars 64 forks source link

Fix blurring of `NumericInput` #316

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

I believe this probably broke in this PR: https://github.com/playcanvas/pcui/pull/281

If the NumericInput is read-only or disabled, I think the function should just immediately return. Otherwise, the super should always be called.

Fixes https://github.com/playcanvas/editor/issues/1008