You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: When adding a link field (e.g., "Agent Group") via the HD Ticket Template to the Agent Portal in the Frappe Helpdesk app, the expected behavior is for the field to display selectable options immediately upon clicking. However, these options are not displayed as expected. The options only become visible when some text is entered into the field and then cleared.
Steps to Reproduce:
Go to the HD Ticket Template in the Frappe Helpdesk app.
Add a new link field (e.g., "agent_group") to the template.
Navigate to the Agent Portal and create or edit a ticket.
Click on the newly added link field (e.g., "Agent Group").
Observe that no options are displayed when the field is clicked.
Type any text into the link field and then clear it.
Observe that the options are now displayed.
Expected Behavior: Options should be displayed immediately when the link field is clicked, without requiring any text input.
Actual Behavior: Options only appear after text is entered and cleared.
Ok my bad, I was able to replicate it, could you try to fix it? @UmakanthKaspa
in UniInput2 we get the custom fields with Autocomplete Component, probably somewhere there we need to fix it.
edit: seems like frappe-ui related, will check this. Thanks for reporting the issue
Information about bug
Description: When adding a link field (e.g., "Agent Group") via the HD Ticket Template to the Agent Portal in the Frappe Helpdesk app, the expected behavior is for the field to display selectable options immediately upon clicking. However, these options are not displayed as expected. The options only become visible when some text is entered into the field and then cleared.
Steps to Reproduce:
Expected Behavior: Options should be displayed immediately when the link field is clicked, without requiring any text input.
Actual Behavior: Options only appear after text is entered and cleared.
Video Demonstration:
Link Field Options Not Displaying.webm
Version
Frappe Framework: v15.38.0 (version-15)
Helpdesk: v0.10.0 (develop)
Installation method
manual install
Relevant log output / Stack trace / Full Error Message.
No response
The text was updated successfully, but these errors were encountered: