ember.js - Ember CP Validations validate uniqueness of two fields -
i have field want check if it's unique in store. there tons of tutorial on how this, particular uniqueness depends on value of value in form. need check if combined value unique. have idea on how this? solution can think of using computed property (two fields combined), , having validator on that. seems kind of messy though.
i able around adding other field option.
Comments
Post a Comment