mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
Added support for regex validation
This commit is contained in:
@@ -71,7 +71,10 @@ describe('RowParser test suite', () => {
|
||||
row2 = {
|
||||
fields: [
|
||||
{
|
||||
input: {type: 'onebox'},
|
||||
input: {
|
||||
type: 'onebox',
|
||||
regex: '^[a-zA-Z0-9]+$'
|
||||
},
|
||||
label: 'Title',
|
||||
mandatory: 'false',
|
||||
repeatable: true,
|
||||
|
Reference in New Issue
Block a user