We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am using your package like this:
Swatches::make('Color') ->colors('text-advanced') ->withProps([ 'show-fallback' => true, 'fallback-type' => 'input', 'popover-to' => 'left', // More options at https://saintplay.github.io/vue-swatches/api/props.html ]),
On create, if looks like its working. Starting with this:
and after I select the color it is shown correct:
But on index or detail, the color is not showing:
or detail:
When clicking on the boxes, the correct color is copied to clipboard.
On edit, I don't see the field box, but I can click on it and after select the color and box is shown.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am using your package like this:
On create, if looks like its working. Starting with this:
and after I select the color it is shown correct:
But on index or detail, the color is not showing:
or detail:
When clicking on the boxes, the correct color is copied to clipboard.
On edit, I don't see the field box, but I can click on it and after select the color and box is shown.
Peek.2021-07-26.10-29.mp4
The text was updated successfully, but these errors were encountered: