Sending Progress
- improved progress bar styles (with completed status) - add pause/resume buttons - fixed method case in settings.mta for MailPoet & SMTP Providers - fixed parsley dependency - added validation on from name & address on step 3
This commit is contained in:
@@ -20,7 +20,9 @@ function(
|
||||
value={ this.props.item[this.props.field.name] }
|
||||
placeholder={ this.props.field.placeholder }
|
||||
defaultValue={ this.props.field.defaultValue }
|
||||
onChange={ this.props.onValueChange } />
|
||||
onChange={ this.props.onValueChange }
|
||||
{...this.props.field.validation}
|
||||
/>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user