Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Added the ability to disable the getValidator input specification on Select Elements #3922

Closed
wants to merge 2 commits into from
Closed

Added the ability to disable the getValidator input specification on Select Elements #3922

wants to merge 2 commits into from

Conversation

mwillbanks
Copy link
Contributor

Overview

I've seen this requested quite a few times where people want to disable the automatic in array validator that gets added onto select elements. Mainly this is for cases where you are validating your data differently when doing things such as ajax calls to set a different set of data based on a field.

In my case I use the context to grab a value of a different select that then loads a different validator to check the input. This saves a lot of questions as well as saves people from having to always provide their own Select form element in the event that they do not want this validator.

@ghost ghost assigned weierophinney Mar 8, 2013
weierophinney added a commit that referenced this pull request Mar 11, 2013
…rray-validator

Added the ability to disable the getValidator input specification on Select Elements
weierophinney added a commit that referenced this pull request Mar 11, 2013
- trailing whitespace
weierophinney added a commit that referenced this pull request Mar 11, 2013
@weierophinney
Copy link
Member

Merged to develop for release with 2.2.0

@mwillbanks mwillbanks deleted the hotfix/disable-automatic-inarray-validator branch March 12, 2013 02:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants