Dmytro Soldatov
Dmytro Soldatov
**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...
**Please Describe The Problem To Be Solved** Sometimes we need to prevent some symbols from input **(Optional): Suggest A Solution** Add an option to be able to only allow some...
Remove `"strictNullChecks": false,` from ts settings and fix potential errors
Same as it is for FancyButton
Make optionally possible to drag both values at the same time by pressing to the fill view
If your slider has only 3 positions(for example), make it move not linear
- read arrow keys and move cursor - select text with mouse - select text with shift button pressed - copy selected text - cut selected text
To make it work, we need to expose `PIXI.Application` instance to a `globalThis`. This will let all stories be open to debug and investigate in the Pixi layout perspective.
Using pixi v8.3.4 and ui v2.1.5, when trying to use a nineslicesprite bg for an Input , it fails with a console warning: NineSliceSprite can not be used with views...