Marek Mihok
Marek Mihok
**Before:** https://user-images.githubusercontent.com/23740173/182230440-8ab0174f-2522-4dca-aa1b-1fe1d0302bea.mov **After:** https://user-images.githubusercontent.com/23740173/183668215-859a1a54-06bf-4269-9c7e-fc7c98f9ee84.mov Closes #1446
Adds `required` prop to `ui.file_upload` component. Updated API: ```ts export interface FileUpload { /** An identifying name for this component. */ name: Id /** Text to be displayed in the...
#### Wave SDK Version, OS Wave 1.0.2 MacOS 14.2.1 Chrome Version 120.0.6099.216 (Official Build) (arm64) #### Actual behavior https://github.com/h2oai/wave/assets/23740173/a2a12c25-7151-428a-bd65-a972f4ef8300 Sort is not working properly when custom `groups` are specified as...
#### Wave SDK Version, OS Wave v1.0.0, MacOS 13.5.1, Chrome Version 119.0.6045.159 (Official Build) (arm64) #### Actual behavior Unable to update components using by-name component access inside the `items` which...
#### Wave SDK Version, OS Wave 0.26.0, MacOS 13.5.1, Chrome `Version 117.0.5938.88 (Official Build) (arm64)` #### Actual behavior I am unable to filter out rows by a cell value if...
Introduces the `unpackByIdx` function for `h2o-wave` package which unlike `unpack` function unpacks only the part of data on the specific index which has a performance benefit for displaying plot tooltip.
As discussed in #1996, it would be good to avoid using z-indexes in our wave component implementations.. - [ ] Remove z-indexes from `ui.table` headers and use what Fluent UI...
Based on the [feedback](https://github.com/h2oai/label-genie/issues/360#issuecomment-1305464397) from label genie. It would be great to have an image zoom when clicking on the image inside the image popup similar to this: https://user-images.githubusercontent.com/23740173/201366543-bf0d7cea-d8c5-4570-ada6-b83837d2ca79.mov
This issue is similar to #1687 but the fix (#1724) is provided on the table level. It would be great if there is also fix on the level of rendering...
**The PR fulfills these requirements:** (check all the apply) - [x] It's submitted to the `main` branch. - [x] When resolving a specific issue, it's referenced in the PR's title...