ui icon indicating copy to clipboard operation
ui copied to clipboard

Commonly used UI components for PixiJS

Results 29 ui issues
Sort by recently updated
recently updated
newest added

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 (...

enhancement

**Please Describe The Problem To Be Solved** **(Optional): Suggest A Solution**

enhancement

### 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...

bug

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...

bug

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...

bug

### 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...

bug

**Please Describe The Problem To Be Solved** **(Optional): Suggest A Solution**

enhancement

**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...

enhancement

**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...

enhancement

Remove `"strictNullChecks": false,` from ts settings and fix potential errors

enhancement