Skip to content

Commit

Permalink
fix: warning on Autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Aug 12, 2024
1 parent 21595a7 commit c04e18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Autocomplete/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Passing Extra Options to the Ajax-powered Autocomplete
Autocomplete field options are not preserved when the field is rendered on an Ajax call. So, features like exclude some options
based on the current form data are not possible by default. To partially avoid this limitation, the `extra_options` option was added.

::warning
.. warning::

Only scalar values (`string`, `integer`, `float`, `boolean`), `null` and `arrays` (consisted from the same types as mentioned before) can be passed as extra options.

Expand Down

0 comments on commit c04e18d

Please sign in to comment.