Jakob_WMDE created this task.
Jakob_WMDE added projects: Wikidata, Wikidata Query Builder (Wikidata Query 
Builder - sprint 1).
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  We want to reuse the label, the input, and the feedback message part of the 
existing TextInput component.
  
  This is what how we want to reuse the part of the TextInput for the new 
Lookup component
  
    <template>
    <div class="wikit-Lookup">
      <Label text="..." />
      <Input v-model="..." />
      <div class="wikit-Lookup__menu">
        <!-- ... -->
      </div>
      <FeedbackMessage :error="error" />
    </div>
    </template>
  
  This is what the TextInput template should look afterwards
  
    <template>
    <div class="wikit-TextInput">
      <Label text="..." />
      <Input v-model="..." />
      <FeedbackMessage :error="error" />
    </div>
    </template>

TASK DETAIL
  https://phabricator.wikimedia.org/T265005

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jakob_WMDE
Cc: Aklapper, Jakob_WMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to