Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!

Which corresponds to
this.onWindowTouchEnd = function(e) {
t.signatureAdded = !1,
t.pdfViewer.element.contains(e.target) ||
t.contextMenuModule.contextMenuElement.contains(e.target) ||
t.pdfViewer.textSelectionModule && !t.isTextSelectionDisabled && t.pdfViewer.textSelectionModule.clearTextSelection()
}
Tested with your PdfViewerServer Modal example:
This code will break the fillable element but if you change the SfDialog size to:
Then the fillable elements will work.
I'm not exactly sure what's happening here, but it seems to be when the container is below some certain size threshold, mainly discovered in partial window sizes and mobile device aspect ratios.