\n\u003Cimg width=\"743\" height=\"705\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/7f098772-6e61-4754-a5e5-b94b509b11fb\" />\n\u003Cimg width=\"730\" height=\"636\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/990db087-0e47-4f6d-83b5-b90be8ac1d0a\" />\n\n**Proposed Solution**\nAttached screenshot for reference\n\u003Cimg width=\"1110\" height=\"1210\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/94e1fa1c-2e40-48f9-a230-14043a90198d\" />\nRefer the figma file for the correct dimensions https://www.figma.com/design/Z93EYKSa1MdBmXndsMBJSQ/Care?node-id=26304-10329&t=AskluDORl8G3ixs5-1\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",[],13732,"Enhance usability by solving the UI inconsistencies on the \"Add Patient Details\" page","2025-09-17T11:43:03Z","https://github.com/ohcnetwork/care_fe/issues/13732",0.7774691,{"description":3196,"labels":3197,"number":3204,"owner":3172,"repository":3173,"state":3205,"title":3206,"updated_at":3207,"url":3208,"score":3209},"**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",[3198,3201],{"name":3199,"color":3200},"question","d876e3",{"name":3202,"color":3203},"needs-triage","ededed",12633,"closed","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.67440134,{"description":3211,"labels":3212,"number":3218,"owner":3172,"repository":3173,"state":3205,"title":3219,"updated_at":3220,"url":3221,"score":3222},"**Describe the bug**\nWhen hovering over one item in the dropdown (Select Practitioner), both duplicate entries (with the same display name Aditya Jindal) are getting hovered/highlighted at the same time. This causes confusion and incorrect UI behavior.\n\n**To Reproduce**\nGo to the Select Practitioner dropdown.\nHover over either of the duplicate Aditya Jindal entries.\nObserve that both entries get the hover highlight.\n\n**Expected behavior**\nOnly the item being hovered on should be visually highlighted. Each dropdown entry should act independently, regardless of duplicate names or avatars.\n\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:1day after assignment\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",[3213,3214,3217],{"name":3199,"color":3200},{"name":3215,"color":3216},"stale","688388",{"name":3202,"color":3203},12740,"Dropdown Hover Highlights Multiple Items with Same Display Name","2025-07-23T16:36:43Z","https://github.com/ohcnetwork/care_fe/issues/12740",0.7521181,{"description":3224,"labels":3225,"number":3226,"owner":3172,"repository":3173,"state":3205,"title":3227,"updated_at":3228,"url":3229,"score":3230},"**Description**\nWhen filling out a questionnaire that includes a Repeatable Choice type question, users can select multiple options by clicking \"Add Another\". However, after selecting an option and adding a new one, the dropdown still shows all available options, including the ones already selected. This can lead to duplicate selections, which should be avoided.\n\n**Steps to Reproduce:**\n\n- Open a questionnaire that contains a Repeatable Choice type question.\n- Select an option from the dropdown.\n- Click \"Add Another\" to add another choice.\n- Observe that the new dropdown includes options that have already been selected.\n\n**Expected Behavior:**\nThe new dropdown should only display options that have not yet been selected in previous entries of the same repeatable field.\n\n**Actual Behavior:**\nAll options, including those already selected, are shown again.",[],12583,"Repeatable Choice Question: 'Add Another' displays all options instead of remaining unselected options","2025-06-17T07:09:43Z","https://github.com/ohcnetwork/care_fe/issues/12583",0.7531693,{"description":3232,"labels":3233,"number":3238,"owner":3172,"repository":3173,"state":3205,"title":3239,"updated_at":3240,"url":3241,"score":3242},"The white variant button should be the default design since it blends better with the overall form styling. We can pass a prop to switch to the green variant for ValueSetSelect. While reviewing the code, I noticed we’re duplicating the \u003CSheet> component just to apply different button styles — this could be simplified by using a ternary operator on a single SheetTrigger instead\n\n\n\n\u003Cimg width=\"880\" height=\"813\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/79bf3b6d-a09a-47c5-85a9-f809d5d4cb09\" />\n\ncc: @yash-learner ",[3234,3235],{"name":3215,"color":3216},{"name":3236,"color":3237},"Development/Refactor","6c7672",13118,"Refactor: Use white button as default for ValueSetSelect and remove duplicate Sheet code","2025-09-29T13:21:59Z","https://github.com/ohcnetwork/care_fe/issues/13118",0.7632408,{"description":3244,"labels":3245,"number":3248,"owner":3172,"repository":3173,"state":3205,"title":3249,"updated_at":3250,"url":3251,"score":3252},"**Is your feature request related to a problem? Please describe.**\nCurrently, when creating a choice-type question in a questionnaire, managing the list of options becomes difficult if there are many entries. Now only option available is to move options up and down that to becomes difficult when number of options are more. \n\n**Describe the solution you'd like**\nAdd the following enhancements to the choice-type question editor:\n\n1. **Option Numbering:** Automatically number all options for easier reference and editing.\n2. Alphabetical Sorting: Add a one-click button to sort all options alphabetically (A-Z) and numerically .\n3. Reposition by Number: Provide a way to move an option to a specific position by entering the desired option number.\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",[3246,3247],{"name":3199,"color":3200},{"name":3202,"color":3203},12543,"Enhance Choice Question Type with Sorting, Numbering, and Reordering Features","2025-06-13T10:51:48Z","https://github.com/ohcnetwork/care_fe/issues/12543",0.7717889,{"description":3254,"labels":3255,"number":3256,"owner":3172,"repository":3173,"state":3205,"title":3257,"updated_at":3258,"url":3259,"score":3260},"**Describe the bug**\nIn the ValueSet preview page, the dropdown icon in the search bar is not properly aligned with the input field text.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Navigate to a ValueSet preview.\n2. Observe the search bar labeled “Search for a concept in this valueset”.\n3. Notice that the dropdown icon is slightly misaligned.\n\n**Expected behavior**\nThe dropdown icon should be vertically centered and aligned with the text in the input field, consistent with other input fields across the app.\n\n**Screenshots**\n\n\u003Cimg width=\"619\" height=\"94\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e060353a-e074-4e19-a578-2489347f8bd5\" />\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",[],13566,"Misaligned dropdown icon in ValueSet Preview search bar","2025-09-01T06:25:03Z","https://github.com/ohcnetwork/care_fe/issues/13566",0.775951,{"description":3262,"labels":3263,"number":3269,"owner":3172,"repository":3173,"state":3205,"title":3270,"updated_at":3271,"url":3272,"score":3273},"Check each of the options and ensure they work fine for mobile (ex: choice questions).",[3264,3265,3268],{"name":3199,"color":3200},{"name":3266,"color":3267},"waiting for related PR","0052CC",{"name":3202,"color":3203},11857,"Optimize questionnaire editor for mobile","2025-07-30T08:31:57Z","https://github.com/ohcnetwork/care_fe/issues/11857",0.7761765,["Reactive",3275],{},["Set"],["ShallowReactive",3278],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fWhfhh9WVvwFonAoyM8vkJ8vUTRt-7hRHIcOUxB7Tm7k":-1},"/ohcnetwork/care_fe/12525"]