BookmarkSubscribeRSS Feed
scmoro
Calcite | Level 5

Hello everyone,

I'm a newbie to SAS and more specifically to GRC.

I'd like to know if is there any way of configuring text limit (e.g. nr of characters) for input fields of text or textarea (in CPB modules).

For our case, GRC generates a HTML like the following:

<input type="text" id="X_EVENT_TRO" name="X_EVENT_TRO"

value="0"

size="75"

onchange="cpb.setPageDirty()"/>

I would like it to generate also maxlength attribute and/or validate input size through javascript (for textareas in browsers where maxlength is not yet supported).

Thank You.

1 REPLY 1
porlpp
SAS Employee

Hi,

yes, you can use the max-length attribute. 

 

   max-length - (optional) The maximum length of the input content allowed in the text input.

Example:

 

<field name="your_string" type="string" max-length="15">
   <label>Max chars = 15</label>
</field>

 

Cheers and good luck,

Luís Pereira

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1177 views
  • 0 likes
  • 2 in conversation