> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/app/remcomponentelattr.md).

# remComponentElAttr

## Description

Removes a component element attribute.

## Input / Parameter

| Name        | Description                                    | Input Type  | Default | Options | Required |
| ----------- | ---------------------------------------------- | ----------- | ------- | ------- | -------- |
| component   | The name of the component.                     | String/Text | -       | -       | Yes      |
| componentId | The id of the component.                       | String/Text | -       | -       | Yes      |
| attr        | The component element attribute to be removed. | String/Text | -       | -       | Yes      |

## Output

N/A

Note: The component will be updated to show the element attribute removed.

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

1. Add a button to the page, and add the `remComponentElAttr` to the event flow.

   ![](/files/fEqmstlOg1qD6774baIw)
2. Specify the component and element attribute to remove.

   ![](/files/z5YIUiSLRtOPj1c35EBn)

### Result

Label991 will be shown, since the "hidden" attribute is removed.

## Links
