I noticed that we have to add "Placeholder" under select... I have already have hundreds of stuff and added "Default" option with value to 0. How can I avoid this placeholder ? if don't add placeholder, it should NOT add a blank list item in select.
Secondly, fir file (file_advanced).. I was comparing it like this before:
if(rwmb_meta("prefix_field_name") != "") // to check if user has select any file (image, video), but not I believe it is an Array, how to check if user has not selected any file ?
regards