You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the pk_name isn't set up properly, the input value will be set to undefined which will be received on the Python side as the 'undefined' string. The JS should set the value to an empty string instead (or null?).
When the
pk_nameisn't set up properly, the input value will be set toundefinedwhich will be received on the Python side as the'undefined'string. The JS should set the value to an empty string instead (ornull?).