How to set field allways empty when i call onSaveAsOptionSelected() . i want user add file name and press ok to save

Product:android

Product Version:android

Please give a brief summary of your issue:
how to set field allways empty when i call onSaveAsOptionSelected() . i want user add file name and press ok to save

Please describe your issue and provide steps to reproduce it:
how to set field allways empty when i call onSaveAsOptionSelected() . i want user add file name and press ok to save

Please provide a link to a minimal sample where the issue is reproducible:

Hi @buzzwaresoftwares

The onSaveAsOptionSelected() API shows a dialog prompt by default.

If you’re trying to create a copy of the document, the original copy of the document will still contain the fields. Are you trying to clear the fields in the original document or create a copy of the document that doesn’t include the fields?