Product: Pdftron android sdk
Product Version:9.2.3
Please give a brief summary of your issue:
(Think of this as an email subject)
i am adding multiselect List from web and setting it as required field.but when i open the same document from Android app im not able to get if that field is required or not…
Field.e_choice → {
//when multi-select is true
if(current.getFlag(Field.e_multiselect)){
if(current.getFlag(Field.e_required)){
//i am not getting if field is required
}
}
Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)
Please provide a link to a minimal sample where the issue is reproducible: