Unable to add custom fields in AccountDetailsScreen component #644
Labels
brightlayer-ui
Used to identify Brightlayer UI platform issues for easy filtering
enhancement
Request for improvement or new feature
user-reported
This was reported by a user outside the maintainers team.
We have updated to latest update of BLUI library.
Now when i am injecting children components to as below:
(para.length > 0 ? true : false)} />Here we don't see any option to add additional fields apart from mandatory fields(name, lastName).
With the earlier version, we use to have below mechanism to pass our customComponents for Account Details screen as below:
customAccountDetails={[
{ component: CustomDetailsScreen },
{
component: CustomDetailsScreenTwo,
title: 'Job Info',
instructions: 'Enter your employment information below.',
},
]}
as a prop to AuthUIContextProvider component.
Team, will it be possible to add option to add custom fields as per product requirement?
The text was updated successfully, but these errors were encountered: