ui
ui copied to clipboard
Commonly used UI components for PixiJS
It would be nice to have some options to customize ScrollBox. Currently I can't find a way to customize the easing of bounce back after rolling out of bounds (...
**Please Describe The Problem To Be Solved** **(Optional): Suggest A Solution**
### Expected Behavior The blinking cursor for `Input` should match the color of the text which is specified in `options.textStyle.fill` ### Current Behavior The color only gets set if the...
When using inputs, the `.style` property of `this.inputField` has its `.align` always set to `center`. While this is not a problem for single-line text, we're grafting multi-line support into things...
I'm a beginner with pixijs and pixijs ui, sorry if I made a beginner mistake and thanks for your work. ### Expected Behavior When deleting the last character of an...
### Expected Behavior The rotation should not cause the bounds to stretch to `Infinity` ### Current Behavior Setting `.rotation` on an `Input` causes `input.getBounds()` to stretch to `Infinity` ### Possible...
**Please Describe The Problem To Be Solved** **(Optional): Suggest A Solution**
**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