We have a requirement to implement a multiselect dropdown. Currently we have implemented a select list with data type as string and allowing user to select only 1 item at a time. Please find below screenshot for your reference.
In above select list if i would like to achieve selection of multiple region, how can i achieve so? I don't find any option to configure the same. Neither from code end nor from visual configuration way.Please guide.
Posts made by jitendra.sabat
-
How to achieve multiselect dropdown using 'Advanced Registration Form' custom form field
-
How to add/alter attributes of a 'Advanced Registration Form' form field
In order to add custom fields in a form in FusionAuth 'Advanced Registration Form', we have enabled Self service registration in the application , with type as advanced and selected a custom form.
On doing this , a piece of code is added in the 'Oauth Registration' section FTL. Attaching a snippet of the code for your reference
The corresponding view in registration form can be like following
In above form as all the custom fields are rendered from a list we are losing flexibility to cutomize the field level attributes. For example 'placeholder', i want to have a different placeholder than 'registration.data.customdata'. Also there are other properties like id,class,name etc. How to achieve the same using a custom field(Thats not there by default from FusionAuth) and in Advanced Registration Form? -
"Enable Theme" for login page option is not available. How to enable the same or how can we customize login screen bypassing Fusion Auth default login screen?
Hi, I have few questions regarding custom login page modification.Pleas let me know how can we achieve the same.
1)Not able to find "Enable theme" option under Settings-> System -> UI section. I only see basic options. How to get theme option for designing custom login screen? Please guide.
2)Also once theme is enabled how to include images in html? Is there any assets upload options that will facilitate me to use the included asset in created login page? If any other alternative is present let us know that as well. How to include and use any sort of assets like icon and images in theme html?
3)How can we make use of any UI that is dependent on any back end service like Language Localization, Help as shown in image. Please let us know your thought on the same.
4)Can we run and use Material UI components on this page? If it is how can we?