You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(#249): Adds default geopoint question type (#300)
- Introduces a demo form for geopoint question type: geopoint.xml.
- Includes the new geopoint notes in the demo form 2-all-possible-notes.xml.
- Implements new scenario tests for geopoint input in bind-types.test.ts.
- Adds geopoint input and geopoint formatted value components to the Web Forms client.
- Registers geopoint support in both the input node and note node.
- Creates a geopoint codec for encoding/decoding geopoint data.
- Introduces a "node options" concept for node attributes, integrated into the input control.
<value>The browser will display a permission prompt to allow or block location access. Click 'Allow' to enable location services. If dismissed, the prompt may not appear again unless permissions are reset in browser settings.</value>
13
+
</text>
14
+
<textid="/data/location_no_autosave:label">
15
+
<value>Where are you filling out the survey?</value>
<value>Try to provide a more specific location</value>
25
+
</text>
26
+
</translation>
27
+
<translationlang="French (fr)">
28
+
<textid="/data/intro:label">
29
+
<value>Le navigateur affichera une demande d'autorisation pour permettre ou bloquer l'accès à la localisation. Cliquez sur 'Autoriser' pour activer les services de localisation. Si vous ignorez la demande, elle pourrait ne plus réapparaître, sauf si vous réinitialisez les autorisations dans les paramètres du navigateur.</value>
0 commit comments