Home › Forums › Backend Issues (wp-admin) › Post Object Field: Select post more than once › Reply To: Post Object Field: Select post more than once
Thank you for the quick reply John.
1. There is no web-standard prevention of having the same value for multiple options in a select field – it is a common use case.
2. In the “real” end, a post object field is just an array (not a select field), no prevention for the same value repating more than once here either.
3. From my understanding (pretty sure about this), each time you begin to add an item to the post object field the wp_query re-runs. Each re-run gives all of the options regardless of what was selected before. And it is a specific JS script that forcibly removes options that were selected before.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.