\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**\nIf applicable, add screenshots to help explain your problem.\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",[],12605,"Medication Notes message input hidden at bottom, requires scrolling","2025-06-13T11:31:54Z","https://github.com/ohcnetwork/care_fe/issues/12605",0.7592786,{"description":2930,"labels":2931,"number":2932,"owner":2890,"repository":2891,"state":2892,"title":2933,"updated_at":2934,"url":2935,"score":2936},"**Describe the bug**\nWhile inspecting the DOM in the browser console, I encountered the following warning:\n\n[DOM] Input elements should have autocomplete attributes (suggested: \"current-password\")\n\nThe password input field currently lacks the autocomplete attribute, which is recommended for enhancing user experience and complying with best practices.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to '[care website](https://care.ohc.network/login?mode=staff)'\n2. Click on 'inspect>console'\n3. See error as shown in below image\n\n**Expected behavior**\nAdd the autocomplete=\"current-password\" attribute to the password input:\n\u003Cinput\n id=\"password\"\n name=\"password\"\n type=\"password\"\n autocomplete=\"current-password\"\n ... />\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\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",[],12535,"Input field missing autocomplete attribute for password","2025-06-07T12:47:49Z","https://github.com/ohcnetwork/care_fe/issues/12535",0.76098716,{"description":2938,"labels":2939,"number":2946,"owner":2890,"repository":2891,"state":2892,"title":2947,"updated_at":2948,"url":2949,"score":2950},"1. **Notes bugs**\n - Adding space for notes still creates a note entry\n\nhttps://github.com/user-attachments/assets/ffd73f50-30b3-4506-b79f-ede4d30bb48a\n\n - Text overflow occurs when note content is too long (Not sure if this counts as a bug)\n\nhttps://github.com/user-attachments/assets/3230788d-7433-4f7c-b4ea-20016a4b0087\n\n - When clicking edit, the previous entry briefly flashes before showing current content\n\nhttps://github.com/user-attachments/assets/90624aed-5d0b-4fc0-b715-2b241a3c5871\n\n\n2. **View All Visibility Issue**\n - After clicking \"View All\", there's no option to hide/collapse the entries again\n \nhttps://github.com/user-attachments/assets/acddf329-7c9c-422b-8e79-95ca2853084c\n\n3. **Date Display Issue**\n - Dates can be selected in the edit menu\n - Selected dates don't appear in the preview display\n\nhttps://github.com/user-attachments/assets/c8f52011-b505-4f26-b805-30279ec7db2b\n\n4. **Deleted entry shows up in recent edited**\n - Im not sure it if its intended but i feel like having a seperate group for deleted entries would be cleaner\n\nhttps://github.com/user-attachments/assets/a94e317d-d94b-4ae2-9d5c-1416587702e3\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",[2940,2943],{"name":2941,"color":2942},"question","d876e3",{"name":2944,"color":2945},"needs-triage","ededed",12599,"A Few Bugs on the Encounter Page","2025-06-12T09:25:51Z","https://github.com/ohcnetwork/care_fe/issues/12599",0.7616167,{"description":2952,"labels":2953,"number":2954,"owner":2890,"repository":2891,"state":2892,"title":2955,"updated_at":2956,"url":2957,"score":2958},"**Describe the bug**\nWhen a user adds a note on a questionnaire, the note is saved but does not appear in the Encounter screen. \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**\nIf applicable, add screenshots to help explain your problem.\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",[],12606,"Questionnaire notes not showing in Encounter view","2025-06-13T11:35:16Z","https://github.com/ohcnetwork/care_fe/issues/12606",0.76221764,{"description":2960,"labels":2961,"number":2962,"owner":2890,"repository":2891,"state":2892,"title":2963,"updated_at":2964,"url":2965,"score":2966},"**Describe the bug**\nThere is lack of responsiveness in some sections (Group Layout and Answer Options) of Questionnaire\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to [link](https://care.ohc.network/admin/questionnaire/respiratory-support-/edit)\n2. Check different sections on Mobile View\n3. See error\n\n**Expected behavior**\nThere should be proper responsiveness for Mobile devices. Like we can add padding in Title of each field in 'Answer Options' section.\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/01725d6b-9867-4b24-af1b-7d8aeaa25b51\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",[],12486,"'Group Layout options' and 'Answer Options' of Questionnaire needs resposiveness","2025-06-02T02:33:37Z","https://github.com/ohcnetwork/care_fe/issues/12486",0.76816815,{"description":2968,"labels":2969,"number":2970,"owner":2890,"repository":2891,"state":2892,"title":2971,"updated_at":2972,"url":2973,"score":2974},"**Is your feature request related to a problem? Please describe.**\nIn the questionnaire editor, when editing a specific section or question, there is no visual indication of which element is currently active. This makes it difficult to keep track of the editing context, especially in large or complex forms.\n\n**Describe the solution you'd like**\n- Visually highlight the section/question currently being edited (e.g., with a border, background color, or subtle glow).\n\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",[],12550,"Highlight Active Section/Question Being Edited in Questionnaire Editor","2025-06-09T09:23:51Z","https://github.com/ohcnetwork/care_fe/issues/12550",0.7708559,["Reactive",2976],{},["Set"],["ShallowReactive",2979],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fCSzICXqwQBE5Yb6Colx-lURwTb_5DTMfXcSC-IXHcTI":-1},"/ohcnetwork/care_fe/12579"]