Share all details about your problem, including any error messages you may have received.
Hi Team,
I am looking to implement a character count validation for the business justification textarea within the Access Request pop-up.
Current State: I attempted to modify SailPointBundle.js to enforce this limit. However, the validation error triggers a secondary pop-up/alert rather than displaying within the current UI context.
Desired State: I want to display a real-time validation message directly within the UI—specifically in the area highlighted in green in the attached screenshot—to provide a smoother user experience.
Has anyone successfully implemented a “character” counter or inline error for this specific textarea? or any pointer will be really helpful.
You will have to write a custom plugin to achieve this scenario. If i understand correctly, you want to count the number of characters inputed in the business justification box?? If yes, if you can write it , that will be good. if you need help in writing it, i can do that. It will be basic plugin to achieve it.