Hi all,We have a business requirement where the user will enter data into a text field and if the data reaches a certain character limit say 100, we should not allow users to type more than 100. Like they want it to be freezed or stopped at 100 character length? We are showing character limit validation but they want some kind of restriction. Is it possible to achieve to such feature?
Discussion posts and replies are publicly visible
No, you cannot prevent the user from continue typing.
In case this is a deal breaking requirement, which I have my doubts on, this would call for a custom component plugin.
Stefan Helzle ,custom component plugin means something we should build or are they already available in app market?Plus, its not like a deal breaking requirement, just they are expecting something more out of appian
I do not suggest to go that route, but to push back that "requirement".
And yes, you would have to build that yourself.
Everybody has its own set of expectations, but Appian cannot make everybody happy ;-)
Got it. Thanks Stefan Helzle