Hi, I'm working on a multilingual website. There are three places where I haven't been able to dynamically modify the text:
Search Placeholder: <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" name="search" value="">
Search Button: <button class="btn btn-outline-success" type="submit">Search</button>
Search Field (Table Component): <input type="search" class="form-control form-control-rounded fs-6 search" placeholder="Search…" value="">
It would be great to add options to the shell and table components to make these elements translatable.
thank you
Hi, I'm working on a multilingual website. There are three places where I haven't been able to dynamically modify the text:
Search Placeholder:
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" name="search" value="">Search Button:
<button class="btn btn-outline-success" type="submit">Search</button>Search Field (Table Component):
<input type="search" class="form-control form-control-rounded fs-6 search" placeholder="Search…" value="">It would be great to add options to the
shellandtablecomponents to make these elements translatable.thank you