Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hint text for repeats is ignored #73

Closed
spatialdude opened this issue Jul 26, 2016 · 0 comments
Closed

Hint text for repeats is ignored #73

spatialdude opened this issue Jul 26, 2016 · 0 comments

Comments

@spatialdude
Copy link
Contributor

Hint text specified for a begin repeat is ignored.

A <hint> element within the group created for the repeat should be created.

e.g.

image

would create

    <group ref="/Families/pets">
      <label>Pets</label>
      <hint>Pet details</hint>
      <repeat nodeset="/Families/pets">
        <input ref="/Families/pets/pets_name">
          <label>Pet's Name</label>
          <hint>Pets name hint</hint>
        </input>
        <select1 ref="/Families/pets/pet_type">
          <label>Type of pet</label>
          <hint>Type of pet hint</hint>
          <item>
            <label>Dog</label>
            <value>dog</value>
          </item>
          <item>
            <label>Cat</label>
            <value>cat</value>
          </item>
          <item>
            <label>Bird</label>
            <value>bird</value>
          </item>
          <item>
            <label>Fish</label>
            <value>fish</value>
          </item>
        </select1>
        <upload mediatype="image/*" ref="/Families/pets/pet_picture">
          <label>Picture of pet</label>
          <hint>Take a nice photo</hint>
        </upload>
      </repeat>
    </group>
@spatialdude spatialdude changed the title Create a hint text for repeats Hints text for repeats is igored Jul 26, 2016
@spatialdude spatialdude changed the title Hints text for repeats is igored Hints text for repeats is ignored Jul 26, 2016
@spatialdude spatialdude changed the title Hints text for repeats is ignored Hint text for repeats is ignored Jul 26, 2016
@ukanga ukanga closed this as completed Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants