select options

hi every one.the issue is. I have two select views s1 and s2.the s2 view should be replaced with text input view when I select particular options in s1 view.how should i write the code.Please help me

Hello @jay213 ,
Please use onChange event and setValue:
https://snippet.webix.com/pfc3dlil

thanks for responding.but issue is

  1. when I select release option in s1.the s2 view(drop down ) should be changed to text box. and
    2)when I select other options in s1.s2 view should remain same(drop down)

please respond to this issue

thanks @annazankevich for responding.but issue is

  1. when I select release option in s1.the s2 view(drop down ) should be changed to text box. and
    2)when I select other options in s1.s2 view should remain same(drop down)

please respond to this issue

@jay213 check this snippet Code Snippet