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

Hoist P/R Checklist ------------------- Please view this branch with this corresponding toolbox branch: https://github.com/xh/toolbox/tree/splitButton ([toolbox PR](https://github.com/xh/toolbox/pull/387) ) Test page is at http://localhost:3000/admin/tests/button in toolbox Demo page is http://localhost:3000/app/forms/toolbarForm in toolbox,...

Fixes #3398 Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been...

Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been considered. If...

When trying to pass an `onContextMenu` handler to a `button` element factory, TypeScript warns that `onContextMenu` does not exist in type `ElementSpec`. `onContextMenu` is a React prop as opposed to...

bug
technical

If you configure an inline Select as below, the user can use the return key to select the highlighted option in the list. ``` editor: props => selectEditor({ ...props, inputProps:...

bug
grid
forms
ready

It would be useful to have a few examples of websocket-powered push notifications generally available for review and testing, and I think the Admin Console client could be a place...

admin

Our type for `Column.cellClassRules` references `ColumnCellClassRuleFn` which is a function that specs and arg of type AG-provided `CellClassParams` https://github.com/xh/hoist-react/blob/30b3222a51fc9746debe35eaebeec20643033cc8/cmp/grid/Types.ts#L239 That includes a number of params - notable `column/colDef` that are...

bug
grid
types

A grid with a number of cols marked as `filterable:true` enables filtering on all of those columns without any other GridModel config. But if you need to e.g. provide a...

technical
grid
ready

Currently `GroupingChooserModel` contains transient UI state, like whether the editor is open or closed. This results in the undesired behavior where if you have multiple `groupingChooser` components rendered bound to...

Resolves #3338 Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been...