Prevent 2nd field display entry

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
crash
User
Posts: 148

Prevent 2nd field display entry

Post by crash »

When I enter any field from the drop-down using dynamic selection it enters the first and second display into the field.

This was not the case with previous ASPM... is there any way to prevent this, I want only the first display to enter my edit field

Thanks


MichaelG
User
Posts: 1095

Post by MichaelG »

Use Edit Tag -> Option Template to specify custom layout for the lookup. Read:
https://aspnetmaker.dev/docs/#/lookupta ... n-template


Post Reply