when set 'Force selection of deepest level' "none" should not be available in the option list as deepest term.

CommentFileSizeAuthor
shs_none_value.PNG2.67 KBkaizerking
shs_conf.PNG7.68 KBkaizerking
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

stBorchert’s picture

Status: Active » Closed (won't fix)

Sorry, but this won't work.
I've tried to implement this but it causes more problems (for example setting an initial value in the next level would require to create the next-but-one level also but this won't happen until the user selects a value).
Leaving - None - as an option would force the user to select a value from the dropdown and ensures all preceding js magic is executed correctly.

kaizerking’s picture

I ca understand that.
But can this help you Chosen ajax or chosen to hide none some how?

stBorchert’s picture

Hiding the option is not the problem (from a technical perspective). The main problem here is that the user needs to manually select an option to make all the background-functions do their work (for example "display dropdown for the next level").
If I remove - None - the user action needs to be triggered automatically for the first option and this leads to more problems ...

kaizerking’s picture

Hmm, ok .