pixijs / ui

Commonly used UI components for PixiJS

Home Page:https://pixijs.io/ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option to avoid mask for input

CyberDex opened this issue · comments

Please Describe The Problem To Be Solved
input mask adds 1 more draw call. Would be nice to avoid it when possible.

(Optional): Suggest A Solution
For example we could only use mask when editing, or just add the setting to not create it if the max length of the input is set to some small number of symbols.