We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self-asserted page v2.1.18 adds an asterisk for required fields. Using the Azure Blue template as a custom page, these are not shown.
Expected (as shown in non-custom page):
The text was updated successfully, but these errors were encountered:
I encountered the same problem, but was able to fix it by adding the query parameter pageFlavor=oceanBlue to the URL specified in LoadUri.
pageFlavor=oceanBlue
LoadUri
Sorry, something went wrong.
When you say LoadUri, do you mean just adding it to the query string for the Custom Page URI?
Yes, that's right, LoadUri was talking about a custom policy, so never mind.
I was able to add this JavaScript to the custom page to get it to work as expected: $('input,textarea,select').filter('[aria-required]').after('*');
No branches or pull requests
Self-asserted page v2.1.18 adds an asterisk for required fields. Using the Azure Blue template as a custom page, these are not shown.
Expected (as shown in non-custom page):
The text was updated successfully, but these errors were encountered: