cancel
Showing results for 
Search instead for 
Did you mean: 

Change text in Input Field

Former Member
0 Kudos

Hi All:

I have an input field bind to a simple type of type date. Where the view is displayed appears a little calendar next to the input field. I want to calculate some dates every time the user changes the date. How can I do it?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There exists no event for handling selection of a date from the date picker. You could maybe assign an action to the "onEnter" event of the InputField, this would be executed if the user presses the ENTER key inside the field.

Armin

former_member182294
Active Contributor
0 Kudos

As Armin suggested you can use onEnter event to caliculate the dates. Another possible solution is to use the caliculated property of the attribute. You can use setter and getter methods to caliculate the days.

Regards

Abhilash