Multi select field not working properly in frappe crm customer portal

I have created a new custom field via my app’s hooks.py.

The field works fine as expected in Desk, but it’s not functioning correctly in the latest Customer Portal.

I am using the latest develop branch for Frappe CRM, and my Bench version is 15.

The select field is being displayed as a text field instead of a dropdown when creating a lead in the Customer Portal.

here is the hooks.py code

Working UI from desk view

Customer portal view
image

It doesn’t work in web/portal view.

@NCP is there any work around ?

Not sure, you have to check the web form core code.

@NCP ok

The issue is related to the Assign To field, which is multi select in details page UI.