File tree Expand file tree Collapse file tree 2 files changed +187
-203
lines changed
templates/components/forms/wizard Expand file tree Collapse file tree 2 files changed +187
-203
lines changed Original file line number Diff line number Diff line change 11<div class =" ui hidden divider" ></div >
2- <h3 class =" ui dividing header " >
2+ <div class =" ui dividing" >
33 <i class =" checkmark box icon" ></i >
4- <div class =" content" >
4+ <span class =" content" >
55 {{ t ' Add Custom Form Field' }}
6- </div >
7- </h3 >
6+ </span >
7+ </div >
88<div {{ did-update this.updated @field }} class =" ui action input" style =" width: inherit;" >
99 <Input type =" text" placeholder =" Field Name" @value ={{ this.name }} />
1010 <UiDropdown class =" ui selection dropdown" @selected ={{ this.type }} @onChange ={{ action (mut this.type )}} >
1717 <div class =" item" data-value =" number" >Number</div >
1818 </div >
1919 </UiDropdown >
20- <button class =" ui button" {{ action ' addFormField' }} disabled ={{ not this.validIdentifier }} >{{ if @field (t ' Save' ) (t ' Add' )}} </button >
20+ <button class =" ui button" {{ action ' addFormField' }}
21+ disabled ={{ not this.validIdentifier }} >{{ if @field (t ' Save' ) (t ' Add' )}} </button >
2122</div >
You can’t perform that action at this time.
0 commit comments