cancel
Showing results for 
Search instead for 
Did you mean: 

UI Element - Data entry fields should display only few elements initailly

Former Member
0 Kudos

Hi Experts,

As per the client's requirement, I have to create few data entry input fields in my EP screen. Initially the data entry field should display 10 characters. The user can enter more that 10 characters. 11th character will be enterable by scrolliong from left to right. I can do it easily by using Inputfield UI element. But here I need to display those elements in other screen. In the other screen only first 10 characters should be displayed.The 11th words should appear by scrolling from left to right. How this can be done?

I tried to use TextEdit field. However, it displays information from top to bottom. I need to see elements from left to right.

Regards,

Gary

Accepted Solutions (1)

Accepted Solutions (1)

former_member214651
Active Contributor
0 Kudos

Hi,

Set the length property of the InputField UI element to "10", then the first 10 characters will be visible, the 11th character automatically moves towards the left.

Regards,

Poojith MV

Answers (0)