Skip to content

Commit

Permalink
doc: change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubersilva committed Apr 16, 2024
1 parent 4a7c5b3 commit cb7b7bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function Phone({
/**
* Control when the country list appears as a fullscreen popup vs an inline dropdown. By default, it will
* appear as a fullscreen popup on mobile devices. However, in the form builder preview it always load the
* country list in full screen, so we need set it to "false" to prevent this behaviour.
* country list in fullscreen mode, so we need set it to "false" to prevent this behaviour.
*/
if (isFormBuilderPreview) {
options['useFullscreenPopup'] = false;
Expand Down

0 comments on commit cb7b7bc

Please sign in to comment.