valdr

    0熱度

    2回答

    我有以下字段JSR-303驗證: @Size(min = 6, max = 6, message = "Field needs to be 6 characters") private String field; 要求的字段是要6 characters or null。 (然後我用valdr-bean-validation(https://github.com/netceteragroup/

    0熱度

    2回答

    我一直在嘗試使用Valdr AngularJs插件建立一個自定義驗證器,但沒有成功。 我希望存檔是應該接收的日期和時間格式等的輸入文字:DD/MM/YYYY HH:MM(2015年12月4日12時32分10秒) 基於Valdr文檔,這是我迄今所做的: myApp.factory('customValidator', function() { return { name: 'cu

    1熱度

    1回答

    我在valdr文檔中找不到關於upcomming angular 2支持的任何內容。有人知道valdr是否可以與angularJS 2一起使用?

    3熱度

    4回答

    我在我的項目上使用Valdr,我需要驗證日期輸入「startDate」在另一個日期輸入「endDate」之前。 <input id="startDate" name="startDate" type="text" ng-model="project.startDate"/> <input id="endDate" name="endDate" type="text" ng-model="proj