\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,"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.7811062,{"description":3196,"labels":3197,"number":3198,"owner":3172,"repository":3173,"state":3174,"title":3199,"updated_at":3200,"url":3201,"score":3202},"**Describe the bug**\nA clear and concise description of what the bug is.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/2499c247-eb17-463b-ae65-21c466d9d90c\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",[],13954,"Queue & Service Point Forms Allow Whitespace and Enable Update Button Without Changes","2025-10-06T12:18:39Z","https://github.com/ohcnetwork/care_fe/issues/13954",0.78389215,{"description":3204,"labels":3205,"number":3206,"owner":3172,"repository":3173,"state":3174,"title":3207,"updated_at":3208,"url":3209,"score":3210},"Clicking on `Add Tag Config` and `Add patient identifier config` gives warning for Missing `Description` or `aria-describedby={undefined}` for {DialogContent}.\n\n**Expected behavior**\nNo warning message should appear on clicking these buttons.\n\n**Screen Recording**\n\nhttps://github.com/user-attachments/assets/3e2e591b-380e-4d38-bc3e-251ea3cd4e87\n\nhttps://github.com/user-attachments/assets/ba0d878b-9a93-41d3-8a26-866b6c3bd842\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",[],13894,"Clicking on some buttons gives warning for Missing `Description`","2025-10-04T15:40:12Z","https://github.com/ohcnetwork/care_fe/issues/13894",0.7861337,{"description":3212,"labels":3213,"number":3214,"owner":3172,"repository":3173,"state":3215,"title":3216,"updated_at":3217,"url":3218,"score":3219},"## Describe the bug\nWhen navigating to the organization page, React console shows a warning about missing key props in the navigation sidebar. The warning indicates that each child in a list should have a unique \"key\" prop, affecting the `SidebarMenu` component.\n\n## To Reproduce\nSteps to reproduce the behavior:\n1. Navigate to organization page (https://care.ohc.network/organization/5d5f30f5-8a0c-41c8-890f-3efcc816111f)\n2. Open browser developer console\n3. See the warning: \"Each child in a list should have a unique 'key' prop\"\n\n## Expected behavior\nThe navigation sidebar should render without any React key prop warnings in the console.\n\n## Video\n\nhttps://github.com/user-attachments/assets/fd4497a1-fa89-49f4-bf9d-d701ee9a0832\n\n## Desktop (please complete the following information):\n- OS: Windows 10\n- Browser: Chrome\n- Version: Latest\n\n## Smartphone (please complete the following information):\n- Device: [Not applicable]\n- OS: [Not applicable]\n- Browser: [Not applicable]\n- Version: [Not applicable]\n\n## Additional context\nThe issue occurs in the `NavMain` component where list items are being rendered without proper key props. This affects the React reconciliation process and could potentially impact performance.\n\n🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\nInstructions for Requesting Assignment:\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\nDescribe 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\nExpected Timeline:\n\nEnd date: [Expected submission date of a completed Pull Request]\n\nAdditional 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.",[],12542,"closed","Bug: React Key Prop Warning in Navigation Sidebar","2025-06-09T11:51:52Z","https://github.com/ohcnetwork/care_fe/issues/12542",0.5635928,{"description":3221,"labels":3222,"number":3223,"owner":3172,"repository":3173,"state":3215,"title":3224,"updated_at":3225,"url":3226,"score":3227},"**Describe the bug**\nTooltips are only appearing for some rows in the value set list. This inconsistency can confuse users and reduce accessibility, especially when names are long or cut off.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Log in as superadmin\n2. Click on admin dashboard\n3. in sidebar , click on Valuesets\n4. Hover the cursor on each of the value sets and see the error\n\n\n**Expected behavior**\nTooltips should appear consistently for all rows in the value set list to ensure uniform UX and to display full content when truncated.\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/f55aa51a-129b-482f-821e-dd066889e209\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",[],13058,"Inconsistent Tooltip Display in Value Set List","2025-07-25T03:12:51Z","https://github.com/ohcnetwork/care_fe/issues/13058",0.76595765,{"description":3229,"labels":3230,"number":3231,"owner":3172,"repository":3173,"state":3215,"title":3232,"updated_at":3233,"url":3234,"score":3235},"**Describe the bug**\nWhile viewing valueset preview, in console it shows a error:\nhook.js:608 Warning: Missing `Description` or `aria-describedby={undefined}` for {DialogContent}.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to 'Valueset'\n2. Click on 'Valueset preview'\n3. Scroll down to 'console'\n4. See error\n\n**Expected behavior**\nConsole should not show this error\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/2e4ba236-a7fe-43c1-9697-530fb19db54f\n\n**Desktop (please complete the following information):**\n\n- OS: Win 10\n- Browser Opera\n- Version Latest\n\n**Additional context**\nFor any other pages that show this error, it should be fixed\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",[],13700,"Minor issue: missing description for DialogContent","2025-09-26T06:54:09Z","https://github.com/ohcnetwork/care_fe/issues/13700",0.7710317,{"description":3237,"labels":3238,"number":3239,"owner":3172,"repository":3173,"state":3215,"title":3240,"updated_at":3241,"url":3242,"score":3243},"**Describe the bug**\nThere is overlapping of button component and text in mobile view.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Product Knowledge\n2. Click on Create Product Knowledge\n3. Scroll down to Storage Guidelines\n4. See error\n\n**Expected behavior**\nThe components should be responsive and should not overlap .\n\n**Screenshots**\n\n\u003Cimg width=\"346\" height=\"364\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0b525165-f0a5-409d-95c1-5cbded836f4a\" />\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",[],13386,"Overlapping in Create Product Knowledge Page","2025-08-18T11:30:01Z","https://github.com/ohcnetwork/care_fe/issues/13386",0.77792925,{"description":3245,"labels":3246,"number":3247,"owner":3172,"repository":3173,"state":3215,"title":3248,"updated_at":3249,"url":3250,"score":3251},"**Describe the bug**\nIn Product Knowledge page, when clickinig `Edit Product Knowledge` button in the table, user is navigated to `Product Knowledge Detials` page rather than the edit form. \nWhen clicking on `cancel` button in the Product Knowledge form, user is redirected back to a invalid route\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to 'Product Knowledge'\n2. Click on 'Edit Product Knowledge'\n3. Scroll down to 'Cancel'\n4. See error\n\n**Expected behavior**\nMust be redirected to correct paths\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/f56f734a-e406-4183-8bb8-7427c2fcb3f4\nhttps://github.com/user-attachments/assets/495ed417-bc7e-43a4-b19e-20ee243ccab8\n\n**Desktop (please complete the following information):**\n\n- OS: Win 10\n- Browser Opera\n- Version latest\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",[],13932,"Edit button in product knowledge list and cancel in product knowledge form does not navigate correctly","2025-10-02T14:34:16Z","https://github.com/ohcnetwork/care_fe/issues/13932",0.7783691,["Reactive",3253],{},["Set"],["ShallowReactive",3256],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fA3z2LaQzvJO7Pd-7qXPAgCTZUMgkvH0F2xdISHh8cYA":-1},"/ohcnetwork/care_fe/13551"]