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
I have no clue if I am using it wrong, but if ->setIsMultiple(false) is set a selected tag title is not displayed.
But the record in the many_many junction table is created and the X also shows that some relation is present.
I can confirm this issue, ->setIsMultiple(false) results in the current value not being displayed.
I suspect this has something to do with the check around line 13 in TagField.js.:
if (!this.isControlled()) {
this.state = {
value: props.value,
};
}
Would have been happy to attempt a fix but as its react and I need to install like an extra operating system before I can attempt anything, I'm leaving this to the pros. #6689
* doc: add note about `setTitleField` (Fixes#153)
* NEW Add support for saving tag value into has_one components
FIX Value not shown if isMultiple is false (#195)
* fix: don't default to ID column as pgsql throws an error if comparing string value
I have no clue if I am using it wrong, but if
->setIsMultiple(false)
is set a selected tag title is not displayed.But the record in the many_many junction table is created and the
X
also shows that some relation is present.PRs
The text was updated successfully, but these errors were encountered: