You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello everyone,
got a quite simple, but tricky question.
I need to setup a fields to be "readonly" with possibility to remove objects.
Users should not able to search within objects, but should be able to remove existing objects in transition screen with multiple insight objects in it.
Any ideas? :-)
This (as you know) isn't native type functionality. Since you're already looking to accomplish this within a transition, I'd suggest that you have a transition screen with an editable field which is only visible in your transition screen which has the objects from your read-only multiple field copied to it during the opening of the screen. The instructions to the user would be to remove any objects as necessary. Since the field is editable, the user could also add objects, but your post-function would only loop through the values submitted and remove them from the read-only field and not add any new ones.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.