hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

🏗️ ⚛️ The XH Hoist toolkit for React

Results 160 hoist-react issues
Sort by recently updated
recently updated
newest added

From Slack: > We have a use case where we want to format numbers (interest rates) out to a high precision (6-8), but only want to zeroPad them out to...

When a Hoist component with a local model is used as an AG Grid column renderer, it is remounted on every prop update. This issue was discovered when using a...

technical
grid
performance

`DashCanvasModel.addView` takes a position parameter but not width and height. These should be exposed so that widgets can be added with specified dimensions.

layouts

We have a pattern in Desktop inputs, where we specify a default width in the style props, e.g. ``` width: withDefault(width, 200), flex: withDefault(flex, null) ``` Unfortunately, this means that...

forms
ready

When selecting an option that is wider than the input, and then clicking on the input again, a highlighted bar appears. It's the full length of the value, exceeding the...

The three copy items in Grid Model's default context menu sometimes do not work on iPad when there are custom menu items preceding them. The client reported it appeared you...

grid

…f 999 remove modal and collapsible support for inspector Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be...

EXT has this, but ag-grid requires you to hide the columns manually after grouping. We can set hidden on our columns in the grid model, but would be nice if...

bug
grid

feeling the pain of this missing feature in multi tab client reporting app

layouts