我有一个带有DateTimeDropdown
索赔类型的注册表单,允许用户选择他们的出生日期。
这是声明的策略配置:
<ClaimType Id="dateOfBirth">
<DisplayName>Date of birth</DisplayName>
<DataType>date</DataType>
<UserHelpText>Please select your birth date</UserHelpText>
<UserInputType>DateTimeDropdown</UserInputType>
</ClaimType>
以及它在表单上的呈现方式:
该Year
选择给出了一个从 1900 到 2050 的范围。
是否有任何自定义策略配置来更改、限制或重新排序此下拉列表中的值?