Harsh Tandiya

Results 6 issues of Harsh Tandiya

I cannot find a way to make the `FormControl` elements be marked as required. It would be nice if there was a way to pass a prop to make the...

Need to upgrade the Vite and Vue version for this project, as when we do `add-frappe-ui`, the version of `Vue` and `Vite` installed comes out to be the version of...

https://github.com/frappe/frappe-ui/blob/3613b4938068588483699a82b40f7cdd604cf912/src/components/ListView/ListGroupRows.vue#L3 An empty state slot can be added (above) for grouped rows. It feels very odd when the group just does not render anything when not provided any rows. An...

[ARIA](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) is a standard for web accessibility. I think a very valuable addition to builder would be to add an `Accessibility` section somewhere the right side control panel which would...

good first issue

Source of bug: This code below https://github.com/frappe/wiki/blob/e5895af94e14ac83d355ea90d8fdb401941cdce7/wiki/wiki/doctype/wiki_page/templates/web_sidebar.html#L2C1-L5C8 using single quotes inside the double quotes should fix it. Using double quotes again is breaking the class. This is resulting in the...

setup frappe-ui for the app with typescript. we can add two branches to the [frappe-ui starter](https://github.com/NagariaHussain/doppio_frappeui_starter) repo, one for `main-js` and one for `main-ts` we can then add option for...