I want to set validator for my select box

Confluence User - 22 Aug, 2023

Hello, im still new with joget dx.

im trying to set a validator for my selectbox they retrieve data from employee form but if the user set it to null it value to admin.

selectbox;validation;forms

3


22 Aug, 2023
confluenceUser
confluenceUser

I don't think a form can be submitted with null value. It will be replaced by empty string. Or perhaps you can show me how to set null value?

22 Aug, 2023
confluenceUser
confluenceUser

My appologize i meant if its empty string get selected, can it changed with "admin"?

22 Aug, 2023
confluenceUser
1
confluenceUser

I might not understand the whole situation, but you can try to manipulate the options binder and set the default value of the selectbox with "admin" from the properties. Or worse case you can use custom HTML element and manipulate the value using jquery (i hate this solution BTW)

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print