\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nThe issue is caused in FormField → Input usage:\n\n\u003CInput\n type=\"number\"\n min={1}\n defaultValue={1} // ❌ conflict\n {...field} // includes value + onChange\n/>\n\nThis passes both value and defaultValue, leading to the React error.\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],13574,"ohcnetwork","care_fe","open","Bug: Input field throws controlled/uncontrolled warning when using auto-fill slot duration toggle","2025-08-31T10:24:24Z","https://github.com/ohcnetwork/care_fe/issues/13574",0.7732599,{"description":3180,"labels":3181,"number":3182,"owner":3172,"repository":3173,"state":3174,"title":3183,"updated_at":3184,"url":3185,"score":3186},"## Background / Context\n\nCurrently, some workflows in CARE use Sheets for selecting items from a list. While this works, the UX is not optimal for mobile devices.\n- Drawer is a more intuitive pattern for mobile.\n- Command provides a faster and more scalable experience for larger screens.\n\nThis issue aims to standardise all item-selection interactions to use Drawer (on mobile) and Command (on desktop).\n\n- [ ] Identify all usage of Sheets for item selection.\n- [ ] Migrate usages (link sub-issues here)\n\n## Component Checklist\n- [x] [src/components/Questionnaire/ValueSetSelect.tsx](https://github.com/ohcnetwork/care_fe/blob/b33d79b52c528d6086cc177dce85219bf1b106b3/src/components/Questionnaire/ValueSetSelect.tsx#L75).\n- [x] [/src/components/ui/autocomplete.tsx](https://github.com/ohcnetwork/care_fe/blob/93675acdb37759e2957bd299518e6cecdac2f09b/src/components/ui/autocomplete.tsx#L240)\n- [x] [/src/components/Common/RequirementsSelector.tsx](https://github.com/ohcnetwork/care_fe/blob/b33d79b52c528d6086cc177dce85219bf1b106b3/src/components/Common/RequirementsSelector.tsx#L144) -> ( check once with Gigin)\n- [x] [/src/components/Questionnaire/EntitySelectionSheet.tsx](https://github.com/ohcnetwork/care_fe/blob/b33d79b52c528d6086cc177dce85219bf1b106b3/src/components/Questionnaire/EntitySelectionSheet.tsx#L161) -> (check with Gigin) -> This actually uses the `ValueSetSelect` inside and render form inside the sheet.\n- [x] [/src/components/CareTeam/CareTeamSheet.tsx](https://github.com/ohcnetwork/care_fe/blob/b33d79b52c528d6086cc177dce85219bf1b106b3/src/components/CareTeam/CareTeamSheet.tsx#L219) -> Check with gigin.\n- [x] [/src/pages/Encounters/AssociateDeviceSheet.tsx](https://github.com/ohcnetwork/care_fe/blob/b33d79b52c528d6086cc177dce85219bf1b106b3/src/pages/Encounters/AssociateDeviceSheet.tsx#L60).\n- [x] [/src/pages/Facility/settings/organizations/components/FacilityOrganizationSelector.tsx#L424](https://github.com/ohcnetwork/care_fe/blob/b33d79b52c528d6086cc177dce85219bf1b106b3/src/pages/Facility/settings/organizations/components/FacilityOrganizationSelector.tsx#L424)\n- [x] [/src/components/Questionnaire/QuestionnaireSearch.tsx#L123](https://github.com/ohcnetwork/care_fe/blob/41a0118bf0b0d7e6231c8cabf22d4ddd2e7e6b7e/src/components/Questionnaire/QuestionnaireSearch.tsx#L123)\n- [x] [/src/components/Questionnaire/MedicationValueSetSelect.tsx#L313](https://github.com/ohcnetwork/care_fe/blob/93675acdb37759e2957bd299518e6cecdac2f09b/src/components/Questionnaire/MedicationValueSetSelect.tsx#L313)\n\n\n",[],13754,"Convert all Sheet components used for item selection into Drawer (Mobile) and Popover (Desktop)","2025-10-09T08:12:57Z","https://github.com/ohcnetwork/care_fe/issues/13754",0.7862614,{"description":3188,"labels":3189,"number":3190,"owner":3172,"repository":3173,"state":3174,"title":3191,"updated_at":3192,"url":3193,"score":3194},"**Is your feature request related to a problem? Please describe.**\nCurrently, our DateTimeInput uses a native HTML \u003Cinput type=\"datetime-local\">Poor UI in some cases let replacing this with a custom DateTimePicker built using shadcn/ui components (Popover, Calendar, Select, etc.), allowing:\n- Fully consistent design across browsers.\n- Separate date and time selection with easy dropdowns.\n- Custom placeholder and formatting options.\n- ISO string output for backend compatibility (matches current implementation).\n\n## Screenshot\n**before**\n\n\u003Cimg width=\"784\" height=\"883\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/44a9befe-3ac3-48c7-9381-579aec699777\" />\n\n**after**\n\n\u003Cimg width=\"747\" height=\"872\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/13ebc605-ecbe-4987-b681-882c6be68c86\" />\n\n---\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],13363,"Replace native datetime input with custom shadcn/ui DateTimePicker component","2025-08-13T09:38:48Z","https://github.com/ohcnetwork/care_fe/issues/13363",0.78914255,{"description":3196,"labels":3197,"number":3198,"owner":3172,"repository":3173,"state":3174,"title":3199,"updated_at":3200,"url":3201,"score":3202},"**Is your feature request related to a problem? Please describe.**\nCurrently valueset preview option is only available while creating a valueset and not while viewing or editing\n\n**Describe the solution you'd like**\nImplement valueset preview feature for all modes\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\n\n---\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],13680,"Valueset preview for all modes","2025-09-11T04:42:16Z","https://github.com/ohcnetwork/care_fe/issues/13680",0.78916353,{"description":3204,"labels":3205,"number":3209,"owner":3172,"repository":3173,"state":3210,"title":3211,"updated_at":3212,"url":3213,"score":3214},"## Describe the bug\n\nValueSetSelect in forms are not getting scroll to and focus on any validation errors popping whereas other fields do that being in same form and on long form where submit button is at bottom where user needs to scroll it creates confusion why form is not submitting and it is bad of UX\n\n>[!NOTE]\nIt happening to every form which are using `ValueSetSelect` as field \n\nhttps://github.com/user-attachments/assets/ec116fee-c561-4c12-b921-c31c23a53b23\n\n\n## Expected\n\nhttps://github.com/user-attachments/assets/a363565c-05fe-4a4f-8cd1-e3b2282f7026\n\n\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[3206],{"name":3207,"color":3208},"stale","688388",13096,"closed","`ValueSetSelect` in forms not getting focus and scroll on Error","2025-10-10T08:13:56Z","https://github.com/ohcnetwork/care_fe/issues/13096",0.7552422,{"description":3216,"labels":3217,"number":3224,"owner":3172,"repository":3173,"state":3210,"title":3225,"updated_at":3226,"url":3227,"score":3228},"**Describe**\nOn unselecting/removing any option from favourite section there is supposed to have an alert for confirming the same . \n\nAlthough there is code present for the same but for some reason it is not triggering the alert\n\n\nhttps://github.com/ohcnetwork/care_fe/blob/a1a669fc1644702367aff23943e86ce498cd84c7/src/components/Questionnaire/ValueSetSelect.tsx#L102\n\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n- See the error on any valuesetSelect\n- add some items in favourites by clicking on Star besides to the option \n- then try to remove by clicking on filled star icon\n- see the error\n\n**Expected behavior**\nMake it work , trigger alert \n\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[3218,3221],{"name":3219,"color":3220},"needs testing","bc1bf7",{"name":3222,"color":3223},"needs review","CCF900",13170,"Bug: Alert is not triggering on removing option from Favourites in ValueSetSelect","2025-08-20T06:21:21Z","https://github.com/ohcnetwork/care_fe/issues/13170",0.7678788,{"description":3230,"labels":3231,"number":3238,"owner":3172,"repository":3173,"state":3210,"title":3239,"updated_at":3240,"url":3241,"score":3242},"**Is your feature request related to a problem? Please describe.**\n\n- Choice questions only support dropdowns by default.\n- When repeatable = true, users must select one choice from the dropdown, click “Add another,” and then select another option.\n\n**Describe the solution you'd like**\n1. Styling Option for Choice Questions:\n\t•\tAdd an option to choose between:\n\t•\tRadio buttons (single selection)\n\t•\tDropdown (for both single and multiple) \n\n2. Multi-select Dropdown for Repeatable Questions:\n\t•\tIf repeatable = true, allow the dropdown to support multi-select (i.e., user can select multiple values at once without clicking “Add another”).\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\n\n---\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[3232,3235],{"name":3233,"color":3234},"question","d876e3",{"name":3236,"color":3237},"needs-triage","ededed",12633,"Enhance Choice Question UI: Support Radio Buttons and Multi-select Dropdowns for Repeatable Questions","2025-06-18T12:28:01Z","https://github.com/ohcnetwork/care_fe/issues/12633",0.768342,{"description":3244,"labels":3245,"number":3246,"owner":3172,"repository":3173,"state":3210,"title":3247,"updated_at":3248,"url":3249,"score":3250},"\nUsers experience inconsistency: some single-select questions render as drop-downs while others render as radio buttons; multi-select questions. Would be better if they were consistent.\n\nInstance experience - In bladder option in when we select \"indwelling\" - a set of options come , if i deselect Normal, the sub options still remain selected.",[],12525,"Harmonize Option Selection UI (Drop-Down vs. Multi-Choice)","2025-06-09T08:06:12Z","https://github.com/ohcnetwork/care_fe/issues/12525",0.7722978,{"description":3252,"labels":3253,"number":3254,"owner":3172,"repository":3173,"state":3210,"title":3255,"updated_at":3256,"url":3257,"score":3258},"## Describe\n\n`ref` makes sure the Select component scrolls into view on validation errors — without it, the form won’t auto-scroll to the Select when there’s an error.\n\nAlso, wrap `\u003CSelectTrigger>` inside` \u003CFormControl>` so aria-invalid gets passed correctly and the Select can receive focus when needed\n\n\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n\n\n",[],13199,"Add `ref={field.ref}` to Select trigger used inside Form and wrap inside `FormControl`","2025-09-08T17:22:58Z","https://github.com/ohcnetwork/care_fe/issues/13199",0.7748173,{"description":3260,"labels":3261,"number":3262,"owner":3172,"repository":3173,"state":3210,"title":3263,"updated_at":3264,"url":3265,"score":3266},"**Describe the bug**\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Create a questionnaire with type \"choice\" and option as ValueSet (select a ValueSet that isn't listed on the first page).\n2. Edit the Questionnaire\n3. See error\n\n**Expected behavior**\nThe Valuset should be visible while editing\n\n**Screenshots**\n\n\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],12625,"Valueset Missing from Search Field During Edit Questionnaire","2025-06-16T13:39:51Z","https://github.com/ohcnetwork/care_fe/issues/12625",0.7816857,["Reactive",3268],{},["Set"],["ShallowReactive",3271],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fBbH1zkcsvUyFAcXbV1bxSM47upZ4bxd1vJQJbdYMwnU":-1},"/ohcnetwork/care_fe/13118"]