Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Change event no longer fired on Lookup field

Questions related to using nuBuilder Forte.
Post Reply
ltrannoy
Posts: 19
Joined: Sat Jul 26, 2014 10:09 am
Location: France

Change event no longer fired on Lookup field

Unread post by ltrannoy »

Hello,

Change event no longer fired on lookup field since last update of nuform.js.

Regards,

Max
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Change event no longer fired on Lookup field

Unread post by admin »

Max,

A Lookup Object is a different animal than other Objects.

Until a record is chosen, running Javascript is not very helpful.

That is why there is a Javascript section where you can add code that will run AFTER a record has been selected. (not when the cursor tabs out of the Lookup Object.)
lookup_change.PNG
Steven
You do not have the required permissions to view the files attached to this post.
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Change event no longer fired on Lookup field

Unread post by toms »

Max,

What do you need the event for? Can you give us some more details?
ltrannoy
Posts: 19
Joined: Sat Jul 26, 2014 10:09 am
Location: France

Re: Change event no longer fired on Lookup field

Unread post by ltrannoy »

Hi Steven,

Thank you, I will test.
Previously, I used the onchange event to disable two Select after selecting a value in the Lookup.

Thank you
ltrannoy
Posts: 19
Joined: Sat Jul 26, 2014 10:09 am
Location: France

Re: Change event no longer fired on Lookup field

Unread post by ltrannoy »

that worked.

thank you.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Change event no longer fired on Lookup field

Unread post by admin »

.
Post Reply