Elisha Sam Peter Prabhu

Results 45 comments of Elisha Sam Peter Prabhu

Should we move the drop down out of the cell? since the first please select option is hiding the badge https://github.com/trimble-oss/modus-web-components/assets/122255626/ec213209-84e3-46a9-aec5-ffa14b2018be

> @ElishaSamPeterPrabhu Testing using the storybook required me to tab twice to edit the cell. So > > * I start editing one cell > * Press Tab > *...

> @ElishaSamPeterPrabhu 2 things: When i pick an item and press down once, it does not move to where i expect it to go, it essentially is putting the line...

> @ElishaSamPeterPrabhu I went over these changes again and this is what I think is needed before we can merge: > > * Remove the `overflow: auto` from `.table-container` in...

For the autocomplete focus issue: Added `this.cell.focus()` when a link is clicked instead of the white space this handles the out of focus issue as expected PS: The link issue...

@enowak1031 @coliff Some pattern to be followed for the currency part ?(Initial Release)

Tanstack API list consists of this flexRender which renders cell content https://tanstack.com/table/v8/docs/api/core/cell Status (so far): Unable to the api in our imported "table-core" , it is specfically available in "react-table"...

When we create a child under a component which is a parent the new item comes under this but when we create it along side a child it is another...

> Can we get a code snippet that adds the new item as a child instead of a sibling so we can verify how its currently working in this regard?...

> @ElishaSamPeterPrabhu Based on your codepen, seems the defect is that we aren't handling the addition of children properly. That would be what needs to be fixed to resolve this...