GiDInterface icon indicating copy to clipboard operation
GiDInterface copied to clipboard

Scheme parameters do not recognize type and status

Open josep-m-carbonell opened this issue 7 years ago • 1 comments

I have included a parameter "time integration order" in a scheme of the Solid app. See solid/loads branch. This parameter has type = "combo" , and for some scheme a default value is needed, so I tried to set the value and set it with the state="hidden", but the behavior in the interface is not the expected one.

josep-m-carbonell avatar Apr 23 '18 20:04 josep-m-carbonell

Combos in scheme inject State


Change the inject function to common parameter

jginternational avatar Apr 25 '18 10:04 jginternational