p-input-search component offers a versatile, user-friendly interface for entering and submitting search queries.
It supports direct keyboard input and includes a clear button for convenience. The start and end slots enable
flexible insertion of custom content.label is a caption which informs the user what information a particular form field is asking for. The
p-input-search component can be used with or without a label, but it's recommended to keep the label visible for
better accessibility whenever possible. When used without a label, it's mandatory to provide a descriptive label text
for screen readers.placeholder is optional but recommended to be set whenever bits of example content or hints shall be shown to
give the user visual cues to fill out the form.<!doctype html>
<html lang="en" class="scheme-light-dark">
<head>
<title></title>
</head>
<body class="bg-canvas">
<p-input-search label="Some label" name="Some name" clear="true" indicator="true"></p-input-search>
<script>
</script>
</body>
</html>